I'm currently evaluating the Kendo UI Grid for use with our product and have come across an issue regarding column widths. According to many forum posts the defined column widths of a Grid become fixed if the Grid's "scrollable" property is set to true. I need to use the grid with scrollable.virtual = true, with the ability to set the width of the Grid's columns, and potentially have a horizontal scrollbar. According to existing forum posts this doesn't seem to be possible.
However, when I look at the Kendo UI site's example, specifically this one:
http://demos.kendoui.com/web/grid/virtualization-remote-data.html
We have a grid that is scrollable, in virtual mode, and the widths of the columns seem to be respected with a horizontal scrollbar. In my testing, my code is virtually identical with the exception of using my own datasource, yet I end up with columns with equal widths. Is the behavior in the example actually possible or is that based on some deprecated version?
Also is there a way to get the vertical scrollbar to show up on mobile devices/tablets?
Thanks,
Kenny
However, when I look at the Kendo UI site's example, specifically this one:
http://demos.kendoui.com/web/grid/virtualization-remote-data.html
We have a grid that is scrollable, in virtual mode, and the widths of the columns seem to be respected with a horizontal scrollbar. In my testing, my code is virtually identical with the exception of using my own datasource, yet I end up with columns with equal widths. Is the behavior in the example actually possible or is that based on some deprecated version?
Also is there a way to get the vertical scrollbar to show up on mobile devices/tablets?
Thanks,
Kenny