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!
Yes, the grid is wrapped in a div in order to get the scroll bars. Thank you for the information!
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).