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
280
Horizontal Scrolling in igGrid
posted

Hello,

We are using igGrid for a data set that contains quite a lot of columns and hence requires horizontal scrolling. Due to design reasons we would like to know if there's an alternative to using CSS horizontal scrollbars (which we need to place above and below the grid to avoid the user having to scroll down in order to scroll sideways). Is there a way to make the grid "draggable" so that you can move around in the grid using the mouse pointer for example? Or any other recommendation?

Thank you!

Parents
No Data
Reply
  • 49378
    posted

    Hello Johan,

    I imaging in this case you are referring to something similar to how the igGrid functions on mobile devices (for instance, the scrollbars in IOS being shown only while scrolling). In desktop apps however, scrollbars are currently the only way to scroll the grid as described (I am assuming that the grid is being wrapped in a div in order to force a horizontal scrollbar to be displayed on top).

     

     

Children