Hello,
I want to create a custom cellmodel that contains a GridControl. So I did some experiment with the included DropdownFormAndUserControl sample that comes with Syncfusion release 2.0.5.1.
I modified DropdownUserControl(DropdownUser.cs) to include a GridControl in addition to the original checkedListBox. I set some cells of the newly added GridControl to be of ComboBox celltype and set its ChoiceList to a StringCollection list and run the sample. The problem is when I click the comboBox in the newly added GridControl, the dropdown window gets closed immediately. So I can not set the value for the combobox cells. Looks like the parent GridControl
is receiving the click and closes the dropdown window. How Can I prevent this to happen?
Attached is the modified sample solution.
Please give advice.
Thanks
dongxian
DropdownUserGrid_3631.zip