G Guest May 13, 2004 #1 Hi How can I scroll down my DataGrid to to a specific row number in it Thank Amjad
J Jay B. Harlow [MVP - Outlook] May 13, 2004 #2 Amjad, ASP.NET or Windows Forms? You can use DataGrid.CurrentRowIndex in Windows Forms to get or set the index of the selected row. You can use DataGrid.CurrentPageIndex in ASP.NET to get or set the index of the currently displayed page. Hope this helps Jay
Amjad, ASP.NET or Windows Forms? You can use DataGrid.CurrentRowIndex in Windows Forms to get or set the index of the selected row. You can use DataGrid.CurrentPageIndex in ASP.NET to get or set the index of the currently displayed page. Hope this helps Jay
C Cor Ligthert May 13, 2004 #3 Hi Amjad, Can you check for yourself if your solution is in this "Everything I always wanted to know of the datagrid" http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp I hope you find your answer there? Cor
Hi Amjad, Can you check for yourself if your solution is in this "Everything I always wanted to know of the datagrid" http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp I hope you find your answer there? Cor