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
180
How to retain the same Scroll Position in the ultragrid having "UltraGridGroupByRow"?
posted

Hi,

Following are the steps to consider

1. Consider there are 10 UltraGridGroupByRow rows in my layout.

2. I expanded 5th, 6th, 7th, 8th and 9th UltraGridGroupByRow row in my layout.

3. I do some operation, I go to someother screen of my application 

4. When i return back to this window, I want to retain the same scroll position from which i left this window last time.

5. The scroll position should be in such a way that the first expanded UltraGridGroupByRow should be at the top of the layout.(that is, the scroll view must start from 5th row)

6. I am saving the expanded/collapsed information of the UltraGridGroupByRow in an XML file. Along with this information i want to save the scroll position.

7.  "ultragrid .ActiveRowScrollRegion.ScrollPosition" is not working for me as expected.

Is there any other way of retaing the same scroll position in the layout?

Thanks in advance

Parents
No Data
Reply Children