Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1840
Scroll row in the grid to the visible aerea
posted

Hello,

i use the WebHierarchicalDataGrid 10.2 with CLR 4. There are ~ 150 rows in the main grid; but only the first 20 rows are visible; so i use scrollbars.

I use the following code behind to select a specific row in the RowIslandDataBound-Event.

               Selection s = e.RowIsland.Behaviors.Selection;
                s.SelectedRows.Clear();
                s.SelectedRows.Add(e.RowIsland.Rows.FromKey(new object[] {iRow}));

How can i scroll the selected row (may be the 99th row) in the visible aerea?

Parents
No Data
Reply Children
No Data