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
475
Scroll bar does not works sometime on Grid.
posted

In my application whenever there is much data in the Ultra Grid then the scroll bar does not work properly and it seems just like hang.

And if we try to scroll it a bit faster then in response whole application goes to unresponsive state.

Parents
  • 469350
    Offline posted

    Hi Bharat,

    What kind of DataSource are you using for your grid? My guess is that your DataSource might be recursive and thus there are an infinite number of bands in the grid and this might cause a problem like you are getting. If that's the case, you could try setting MaxBandDepth to a reasonable number like 5 or 8 and see if that helps.

    You might also want to check out the WinGrid Performance Guide for some other tips on making the grid more efficient.

Reply Children