Hi,
I have GridGroupingControl. I am displaying the records in the grid, depending on the filter. I am setting the CacheCurrentScrollPosition(); property of the grid to remember the Vertical and horizontal scroll positions, so that row/col position of the grid looks the same even after the filter. Now problem is that, as a result of filetr only one or two records need to be displayed on the grid, but the grid hides those records and grid looks empty. I think the problem is Grid remembers the scroll positions and because of that grid scrolls up and hides the records.
Please suggest if you have any solution for this.
Regards,
Manjula.