JQGrid Table Issue – Guriddo https://guriddo.net/?topic=jqgrid-table-issue&feed=rss2 Thu, 30 Oct 2025 00:25:30 +0000 https://bbpress.org/?v=2.6.14 en-US https://guriddo.net/?topic=jqgrid-table-issue#post-103661 <![CDATA[JQGrid Table Issue]]> https://guriddo.net/?topic=jqgrid-table-issue#post-103661 Fri, 12 Dec 2014 12:03:19 +0000 praveen neelam why is the multi-table approach used in JQGrid ( One table for the column headers and another table for the data ).These tables are each wrapped in a div tag. I have a requirement to display headers and data in the same table.

It would be great if someone could explain why this approach is used and please give solution for this.

]]>
https://guriddo.net/?topic=jqgrid-table-issue#post-103663 <![CDATA[Reply To: JQGrid Table Issue]]> https://guriddo.net/?topic=jqgrid-table-issue#post-103663 Fri, 12 Dec 2014 12:05:19 +0000 OlegK It’s a basis design part of the jqGrid implementation. Do you tried to set fixed height (some integer value) of jqGrid, so that vertical scroll bar appears? In the case the vertical scroll bar exist only in the body of the grid. During vertical scrolling the column header (which can contains searching toolbar or other elements) will stay on it’s place and only the grid data will be scrolled. There are some implementation alternatives which have always some disadvantages and restrictions in different version of web browser. So one have to make a choice and to follow it.

Best regards
Oleg

]]>