Here in the documentation
http://docs.telerik.com/KENDO-UI/web/grid/walkthrough#column-widths
If the Grid has no fixed width and resizes with the browser window, one can apply min-width to the Grid (if scrolling is disabled)
#GridID /* or use the .k-grid class to apply to all Grids */{ min-width: 800px;}
I have tried this, but still, if the browser is resized to less than 800, i dont see any horizontal scrollbar or anything else, its just that i dont see right most columns.
Am i missing something here? I am sure I might be missing something very small.