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
589
How to set the FirstRow in WebGrid
posted

 

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