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

Move first, next, previou, last and GoToRecord without GridRecordNavigationControl

Hello all.

It's possible emulate this actions without using the GridRecordNavigationControl

Thanks in advance



3 Replies

PM Piruthiviraj Malaimelraj Syncfusion Team October 19, 2016 10:15 AM UTC

Hi Lord Quo, 

Thanks for your interest in Syncfusion products. 

We had analyzed your scenario and created the sample as per your scenario. In that sample, we have used button_click events to achieve this scenario. In order to move to the next, previous, last and first record without using GridRecordNavigationlControl , CurrentCell.MoveTo method can be used. Please refer to the attached sample. 

Code example 
 
this.gridDataBoundGrid1.CurrentCell.MoveTo(GridRangeInfo.Row(this.gridDataBoundGrid1.TopRowIndex)); 
 
Sample link 

Regards, 
Piruthiviraj 



LQ Lord Quo October 19, 2016 08:37 PM UTC

This code example is excelent. Works perfectly.

Thanks!


PM Piruthiviraj Malaimelraj Syncfusion Team October 20, 2016 04:32 AM UTC

Hi Lord Quo, 

Thanks for the update. 

We are glad to know that the provided solution is resolved your scenario. 

Regards, 
Piruthiviraj 


Loader.
Live Chat Icon For mobile
Up arrow icon