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();