Hi;
I have a problem with kendo grid on rtl languages. the horizontal scrollbar doesn't move as I drag a column in order to reorder it!
and when trying to move the last column, the scrollbar jumps to the beginning and doesn't let you do your thing.
Here is a replication of my problem: https://dojo.telerik.com/pMuIrqLj
can anybody help me solve this issue?
From my experience, RTL introduces a bunch of quirks especially with scroll positioning and drag interactions. In my case, it helped to explicitly set the scrollLeft via JavaScript during drag, but that's more of a workaround than a real fix.
space waves