Forum


08:01

Moderators
30/10/2007

Hello,
Check this form.
If you enclose the grid in div or other element
then
var gwdth = $(divelement).width();
$(...).jqGrid({
...
width: gwidth,
...
});
Then you can use setGridWidth method when the element resizes.
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.
06:57

Moderators
30/10/2007

Hello,
It is possible to use the entry width of grid as percentage, but not
columns. See my example aboveexample. Percentage have
sence only if you have parent element to wich you can set percent. You can use the javascript onresize event fort this purpose.
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.
Hi, Tony!
I've tried to set the grid width to the parent div element width - exactly
as you've proposed:
outerwidth = $("#outer").width()
...
$("#testreport").jqGrid({
...
width: outerwidth;
...
});
But it doesn't seem to work for me ( at least with FF 3.0.3 - I could not
check it with other browsers / versions ). The grid still goes way beyound
the right border of the "outer" ( parent ) div.
Do you have any idea why?
Thanks.
07:29

Moderators
30/10/2007

Does the outer div have any width?
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.
03:49

Moderators
30/10/2007

Hello
Try with:
#outher {
....
width : 500px
...
}
Width 95% means 95% from parent element
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.
01:16

Moderators
30/10/2007

Hello,
If this does not help we can use another approach.
After creating a grid
outerwidth = $(”#outer”).width();
("#mygrid").jqGrid({
...
}).setGridWidth(outerwidth);
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.
11:47

25/10/2008

I'm using the following method with the jquery “dimensions” plugin:
$(window).bind('resize', function() {
jQuery(”#s1list”).setGridWidth($(window).width());
});
In firefox its fine, but in IE 7 the horizontal scroll is all messed up and it shows a vertical scroll even with height: 100% after resizing. Any input on this?
Thanks!
03:41

Moderators
30/10/2007

Hello,
Try to set not $(window).width(), but $(window).width()-5 or
something else
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.
05:42

25/10/2008

Hello tony,
Already tried that, no success.
From what i understand, in IE7 a vertical and horizontal scroll is added, but without purpose because i can see all the fields (screenshot below).
I have shrinkToFit: true.
03:15

01/07/2010

Hello,
Is there a method which resize grid width & height to fit its parent container?
I use jqGrid with "jquery layout" and want my grid to fit ui-layout-container which dynamically resizes (both width & height).
option:autowidth is not dynamic and also doesn't work for height.
So I am now using my own function like the following. (I trigger this function whenever container resizes)
function resize_grid(grid) {
var container = grid.parents('.ui-layout-content:first');
grid.jqGrid('setGridWidth', container.width()-2); // -2 is border width?
var h = grid.parents('.ui-jqgrid:first').height() - grid.parents('.ui-jqgrid-bdiv:first').height();
grid.jqGrid('setGridHeight', container.height() - h - 2);
}
Please advise me if there is better or easier solutions.
Thank you
Most Users Ever Online: 715
Currently Online:
66 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