We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

DataTable Column type is Point or Padding, But while editing, drop down is empty.....

DataSource have set, and one column is Point or padding, but while editing the cell drop down is empty, as attach file, How to set it? Thank you!


Attachment: Padding_Column_dfaaf33e.rar

1 Reply

PK Pavithra Kodiyarasan Syncfusion Team February 18, 2016 11:25 AM UTC

Hi Yanghao,

Thanks for contacting syncfusion support.

You had used the PropertyGrid in Dropdown cells and so you need to set the object for grid to propertyGrid. Hence this problem can be solved by using SelectedObject property. This property is used to get or sets the object for which the grid displays properties.

Please refer to the Code snippet and sample below.

Code snippet:

this.propertyGrid1.SelectedObject = this.gridGroupingControl1;

Sample:
http://www.syncfusion.com/downloads/support/forum/122113/ze/WindowsFormsApplication1577488895

Regards,
Pavithra K.


Loader.
Live Chat Icon For mobile
Up arrow icon