If there is a way that we can lock the top row of our grid and still use the browser scroll instead of their grid scroll? Right now we lose that top header row and it’s making everyone crazy.
Hi Brad, there is a how-to article how to achieve the locked header look with the Kendo UI Grid. https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Layout/fixed-headers-grid
This behavior (static grid header) is supported only with the built-in scrolling of the grid widget, Brad. Supporting it with the default browser window scroll is not possible since this cannot be universally synced with the positioning of other components/html elements on the page.