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

how to fire events of grid list control

i hava a databound grid in which a column is of type grid list control, how to fire event on this drop down grid list control

1 Reply

VK Vinish Kumar K Syncfusion Team September 18, 2013 04:43 AM UTC

Hi Sandeep,

Thank you for your interest in Syncfusion products.

We have analyzed the reported query in our end, We have three events to fire on drop down, Please use these event in your application, the below codes help to you to get the correct event.

this.gridDataBoundGrid1.CurrentCellShowingDropDown += new GridCurrentCellShowingDropDownEventHandler(gridDataBoundGrid1_CurrentCellShowingDropDown);
            this.gridDataBoundGrid1.CurrentCellShowedDropDown += new EventHandler(gridDataBoundGrid1_CurrentCellShowedDropDown);
            this.gridDataBoundGrid1.CurrentCellCloseDropDown += new PopupClosedEventHandler(gridDataBoundGrid1_CurrentCellCloseDropDown);
            

Please let me know if you have any concerns.

Regards,
Vinish K

Loader.
Live Chat Icon For mobile
Up arrow icon