I have a grid that shows and hides a few columns on button click and the horizontal scroll bar shows up. I want a row on top of the JQXgrid like a header or a toolbar, it really doesn’t matter, but when i scroll the grid the header/toolbar is static and it doesn’t scroll. Is there a way to make it scrollable?
You can place your “header row” in the grid’s toolbar and it will not be scrolled when you scroll the grid horizontally. The following example demonstrates this: http://jsfiddle.net/jqwidgets/N5qYC/.