I was looking to fix the jqgrid column header and fixed footers. When there are other items along with jqgrid with data I was looking at fixing the header so that the user knows at all the time what he is looking at.
Here is the sample for what I am looking for
Note that here I am looking at browsers scroll bar.
Does jqgrid support this?
Edit
As JQGrid is html table after all, I tried to use jQuery TH Float Plugin.
Now it turns out that JqGrid is made of three tables
One for the header, one for the data and the other for the footer. So it seems that I either have to modify thfloat to accommodate this or come up with something else…
This was a tough nut to crack.
I got it working by
First css override the default which is overflow:hidden to
On the javascript JQuery came to my rescue I implemented the following
And then to check the footer and header while resizing the window