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
650
Horizontal scrolling issue
posted
 
the Ignite grid does not allow us to scroll to the limit of the content.
 
·         Open the sample 
·         Before anything else, try to scroll to the left:
YOU CAN’T
·         Use the grip to enlarge the content:

·         You are stuck, you can’t scroll horizontally.
 
I was able to locate the place where the problem occurs:
 
My assumption is that the totalWidth is *computed* once and never refreshed within the scroll event handler (because it is refreshed only when totalWidth === 0).
Furthermore, it looks like the width() method does not return the correct information for the container (1) and the total (2) width.
 
For instance:
 
 
 
igGrid_horizontal_scrolling_v4 (1).zip
Parents Reply Children
No Data