How to set to the first row

In GroupingGridControl, alter loading data to the grid, I want to set the cursor to the first row of the data. How can I do it? TIA

2 Replies

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]; >

Loader.
Up arrow icon