LS
Lingaraj S
Syncfusion Team
June 13, 2009 07:44 AM UTC
Hi,
Thank you for your interest in Syncfusion product.
The GridDataDoundGrid it possible to display the top row with specified row index. If you want display the specified row at the Top of the Grid, then please try using SetTop method in GridDataBoundGrid to achieve this behavior.
Please refer the code below:
this.gridDataBoundGrid1.SetTopRow(rowindex);
Let me know if you have any queries.
Regards,
Lingaraj S.