Hi,
I have a ListGrid bound to a RestDataSource. I am trying to figure out how to advance the grid to a specific row programmatically.
For example, I may have 5000 rows in the datasource and only the first 50 are displayed. I would then like to be able click a button and advance to row 3422. I can capture the click event but I am having trouble figuring out how to select row 3422.
Thanks,
Arend
I have a ListGrid bound to a RestDataSource. I am trying to figure out how to advance the grid to a specific row programmatically.
For example, I may have 5000 rows in the datasource and only the first 50 are displayed. I would then like to be able click a button and advance to row 3422. I can capture the click event but I am having trouble figuring out how to select row 3422.
Thanks,
Arend
Comment