Hi
We're using UltraWebGrid (assembly="Infragistics4.WebUI.UltraWebGrid.v10.3, Version=10.3.20103.2134) in a page. I am not sure how to set the first row of the grid. As an example, I have 100 rows in a grid and wants to scroll to the 90th row and show records 90-100.
In Client controls, the following code snippet allows to set the first row of the grid.
UltraWebgrid.ActiveRowScrollRegion.FirstRow = UltraWebgrid.Rows(10)
How can we do this in Web Grid?
Thanks, Karthik
Hi Karthik,
I believe this issue has been discussed in the following thread:
http://forums.infragistics.com/forums/p/64209/325356.aspx#325356