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.
Up arrow icon