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
990
Incorrect hiding of the horizontal scrollbar
posted

I have grids that have FixedHeaders set to True, DefaultColumnWidth set to 150px and i have many more columns that can fit in the viewable area of the grid.

Normally, the horizontal scrollbar does show up.  However, when i sort, page or move columns in the grid, the scrollbar will disappear.  this is the element named something like " grid.id() + "_hscroller_container" ".

I attempted to show the scrollbar by adding handlers for the various grid events, but sometimes i see my code show the scrollbar, and then Infragistics code immediately hides it again.  When this happens, I do notice that if i resize any column, the scrollbar will appear.

How can i just turn off the hiding of the horizontal scrollbar and control it myself?

Parents
No Data
Reply
  • 15320
    Offline posted

    Hello wvusaf,

    This is a strange behavior of the horizontal scrollbar and I believe that it does not happen in a basic scenario. Do you have any other custom code except the one that attempts to show the scrollbar, which may affect the proper horizontal scrollbar appearance? Could you please provide me a sample that reproduces your issue and tell me which version of our product and browser are you currently using? Waiting for your response.

    Regards,

    Tsanna

Children
No Data