Forum
Topic RSS
Hello,
My basic page is set up with scrollable divisions so that the content (including the jGrid) can be scrolled independently of the surrounding content. In ver 3.7 a jGrid grid appears not to stay within the scrollable division, but it did in ver 3.4.
Am I missing something or is this a change in jGrid?
Thanks
Reg
Later...
In ver 3.4 I made this work by putting the jgrid inside a table:
<table class="jqWrapper"><tr><td>
<div id="tblcontents" class="scroll"></div>
<div id="tblcontentsPager" class="scroll" style="text-align:right;"></div>
</td></tr></table>
I don't now if that makes a difference in ver 3.7
12:23
Moderators
30/10/2007
OfflineHello,
The grid can not be defined as div, but as table.
Your content maybe (not sure) can look like this
<div class="jqWrapper">
<table id="tblcontents" class="scroll"></table>
<div id="tblcontentsPager" ></div>
</div>
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 994
Currently Online:
17 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66
Log In
Home