Title: Create PropertyGrid using Datagrid Row Post by: poeziafree on December 12, 2022, 11:19:53 AM Hello,
How can I construct propertygrid programmatically using the clicked row data on double click datagrid row? Spent hours trying it but I cannot figure it out, Thanks Title: Re: Create PropertyGrid using Datagrid Row Post by: jarry on December 13, 2022, 01:31:58 AM The code below shows how to create the propertygrid component programmatically.
Code: var data = [ Title: Re: Create PropertyGrid using Datagrid Row Post by: poeziafree on December 13, 2022, 02:56:26 AM Thank you, Jarry!
I know how to create the Propertygrid. What I need is to create a propertygrid where the Data is a datagrid row data. Example: Code:
|