Combobox in custom cell

I am building a custom dropdown cell for my gridDataBoundGrid. The user control used for the dropdown has two components, a listview and a combobox.

When the user interacts with the ListView, everything is ok. However, when the user changes the combobox, the dropdown in the cell gets closed right away. Is there a way to prevent this?

3 Replies

AD Administrator Syncfusion Team December 21, 2006 05:23 AM UTC

Hi Michael,

Here is a minimal sample that implements the ListView and ComBoBox as dropdown of the cell in a grid. It also shows you How to control dropdown container in a cell of the grid.
DropDownUserControlSample.zip

Also refer to the "DropDownUserFormAndUserControlSample" browser sample for more details.
\Syncfusion\Essential Studio\4.4.0.49\windows\Grid.Windows\Samples\CustomCellTypes\DropDownFormAndUserControlSample\cs

Best Regards,
Haneef


AD Administrator Syncfusion Team December 21, 2006 02:40 PM UTC

Thanks,

It appears that the problem is that there is an issue with using a SyncFusion ComboBoxAdv in the user control used by cell. When I changed it to the standard windows combobox, the issue went away.


AD Administrator Syncfusion Team December 22, 2006 05:41 AM UTC

Hi Michael,

Please try the sample and let me know if you are trying something different.
DropDownFormSample.zip

Best Regards,
Haneef

Loader.
Up arrow icon