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
close icon

Dropdown grid

Hello, I have a dropdown grouping control in a gdbg. Not all rows have such cell type, but even those that have, every cell have its own set of values. So, it would take too long to prepare all dropdowns at once. So far, I have implemented it in a virtual gridgroupingcontrol with an idea to fill in the data upon clicking the drop button on a parent grid cell, but have a problem when clicking it - it throws and exception on a null reference, so I am wandering at what point do I have to fill in the data Could anyone suggest what whould be the best way to implement such dropdown control, epecially with respect to the data fill.

1 Reply

AD Administrator Syncfusion Team May 18, 2005 06:23 PM UTC

Try catching the gridDataBoundGrid''s CurrentCellShowingDropDown event, and then fill the other grid at that point.

Loader.
Live Chat Icon For mobile
Up arrow icon