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

programmatically drop down GridListControl in GGC

Hi, I have a GGC with a checkbox cell and a GridListControl cell. How do I programmatically drop down the GridListControl when the checkbox is checked? Thanks. Ross.

1 Reply

AD Administrator Syncfusion Team October 3, 2005 01:40 PM UTC

Try code like this in the TableControlCheckBoxClick event: this.gridGroupingControl1.Table.CurrentRecord.SetCurrent("GLC_column"); this.gridGroupingControl1.TableControl.CurrentCell.ShowDropDown();

Loader.
Live Chat Icon For mobile
Up arrow icon