Hello Arnaud,
Thank you for your feedback. Sorry to hear that things didn't work as expected.Starting over sounds good to me. We're always ready to help.
Best regards,Martin PavlovInfragistics, Inc.
Hi Martin,
Actually, I didn't try it because all the problem also occur on windows environment.Again, if I use the previously attached sample, it doesn't work on IE with the solution we got from you.
We also had other troubles with the grid itself which leaded me to incorporate your previous workaround (with additional fixes) to make it work.
However, as soon as we try to fix something, something else is breaking.For instance, we now have some grids which are flickering when we reach the end of the vertical scrollbar...
I guess we should start over with a 'simple' usage and see what is wrong to fix it instead of creating workarounds on top of workaround.I will try to provide you a clean example of the grid in the coming days.
Thanks for coming back to me.- Arnaud
Did you have a chance to try my latest solution?Let me know if you have further questions regarding this subject.
After reviewing thread in case CAS-150367-J5M8K0 I believe that the original problem (which is that horizontal scrollbar is missing and the grid cannot be scrolled horizontally) is only observed on OS X under specific conditions as described in the "Horizontal scrollbar visibility issues on Mac OS" known issue. Can you confirm my observation?
If that's the case I can offer you another approach which enables horizontal scrolling on scroll gestures by manually handling the "wheel" event (I'm also attaching a sample for your reference). Keep in mind that by default the horizontal indicator is not shown (because of the "overflow-x:hidden" rule). In order to show it you need to uncomment the commented code in the "wheel" event handler.
Let me know if this solutions suits your needs.
P.S.: I also logged an internal Development issue with number 194417 so that we can incorporate this solution in our codebase or come up with another solution.
Hope this helps,Martin PavlovInfragistics, Inc.
I'll spend more time trying to fix the header position misalignment and will update you on my progress.
I'll also discuss this issue with my colleagues in order to see whether we can provide a fix for it.