AD
Administrator
Syncfusion Team
November 9, 2004 02:56 PM UTC
Try this to see if it does what you need:
this.gridGroupingControl1.Table.CurrentRecord = this.gridGroupingControl1.Table.FilteredRecords[0];
AD
Administrator
Syncfusion Team
November 9, 2004 07:04 PM UTC
thanks. It works OK.
>Try this to see if it does what you need:
>
>this.gridGroupingControl1.Table.CurrentRecord = this.gridGroupingControl1.Table.FilteredRecords[0];
>