automatically scrolling to new insert

I have a GridDataBoundGrid that is bound to a datatable. Is there a way to automatically scroll the grid down to show the latest insert when it is off of the screen? Like DataGridView.FirstDisplayedScrollingRowIndex does?

Thanks.

1 Reply

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.

Loader.
Up arrow icon