Hi
I have used ultragrid and i have 50 rows in it and Vertical scroll bar in it also
So I want to know the number of rows which are actually displayed in view.
means rows actually in scroll region.
ultraGrid1.DisplayLayout.RowScrollRegions[0].VisibleRows.Count
I tried this but it gives extra rows which are not visible in view.
Any other suggestion??