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 wavesIt seems you're facing an issue with the Kendo Grid's horizontal scrollbar not functioning properly in RTL languages during column reordering. You might want to check your RTL configuration and ensure you are using the latest version of Kendo UI to resolve this problem.
slope
To address the problem with the horizontal scrollbar not moving correctly when dragging columns, you ensure you are using the latest version of Kendo UI, as many bugs are fixed in newer releases and if there are any custom CSS styles affecting the grid layout. Sometimes, overriding default styles can lead to unexpected behavior. Review your grid configuration settings. Make sure that the
scrollable
option is set correctly, and consider using"scrollable: { virtual: true }"
if applicable. If the issue persists, consider posting on the Telerik forums or support channels with your specific configuration details for more targeted assistance.head basketball