I have a requirement to render grids with the first column frozen and the remainder of the columns scroll horizontally similar to the example at http://demos.telerik.com/aspnet-mvc/grid/frozen-columns, except that my requirements do not allow fixed height grids - i.e. they do not want grids to scroll vertically or ever show a vertical scroll bar. When I try to disable vertical scrolling, it looks like horizontal scrolling is also disabled. I do not need the ability to reorder columns, but I do need the ability to sort by column. Is there a way to meet my requirements with Kendo?