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
close icon

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.
Live Chat Icon For mobile
Up arrow icon