Search code examples
kendo-uikendo-gridkendo-asp.net-mvc

Horizontal scroll for a Kendo Grid


I have a Kendo Grid inside a Kendo Window. How can I enable its horizontal scrolling using wrappers?

I've tried anything, but none of them worked. The last thing I tried was surrounding the Grid with a width-limited div.


Solution

  • Have you tried using frozen column, I prefer use this feature if I have a lot of columns to be displayed.

    Demo Section