Dear Tony,
I just used the sample for testing with nothing else, here is my header:
I tried removing “jquery-ui-1.7.2.custom.css” but still have the horiztontal scroll bar. I believe there are some problem in auto column width adjustment. By the way, I'm using Firefox 3.5 for testing on this problem.
Best regards,
Rayson
Dear Tony,
Perhaps I confused you in the previous message. I don't want different labels in grid and form. I want to assign new labels to some columns and have the same new set of labels appear on both grid and form. As colModel and colNames cannot be changed during run time, I think setLabel() is the right command to use. However the newly assigned label only appear correctly on grid, the corresponding form label did not changed even if I did not specify a different label using formoptions.
Best regards,
Rayson
Thanks for your help Tony!
I just downloaded the changes from the last few days to ensure that the bug wasn't the result of an old version.
After looking into this for a while, I wonder if many of these issues have to do with having multiple grids on one page.
Got cut off for some reason.
I searched all the CSS code and there is nowhere in the code that references any right justification.
In the sample code, when height: '30%', with default settings (shrinkToFit:true and grid width not set), the horizontal scroll bar still appears. I think the calculation of grid width did missed something.
Dear Tony,
It seems the column width was adjusted (when shrinkToFit: true) without considering the width of vertical scroll bar. The horizontal scroll bar appears when I set height to 30% or when I set height to 80% and shrinkToFit to false. Below code I used to reproduce the problem in Firefox.
Great, thanks Tony!
public static object LoadCustomerLevels(GridObject Params)
Dear tony,
i tried to change the name of the mtype option without success.
I started a new page and did the exact same grid as before and this time… it worked !
I have absolutely no clues of what was the problem… but everything works like a charm now.
Thanks a lot for your dedication & your hard work.
Regards,
M.
Hello tony, thanks for the input.
f & q are text variables that contains the values i want to send.
Btw i've updated my jqgrid.js and included all the module (im still in a test environnement so its not a problem) and know, I dont get the error anymore but nothing is posted.
Heres the complete code :
Dear Tony,
I have the same problem while using Firefox 3.5. I tried to adjust scrollOffset in both directions (i.e. set it higher and lower than 18), but the situation seemed getting worse (the horizontal scroll bar shortened in both cases). I tried to set the width of grid and check the difference. I found the horizontal scroll bar will not appear if I set the grid width to:
total of widths in colModel
+ number of columns + 1 (for grid lines)
+ 18 (width of vertical scroll bar)
+ 2 (grid border)
The horizontal scroll bar does not appear in IE 8 without setting grid width.
Best regards,
Rayson
Dear Tony,
Eventhough the cellvalues can be set to empty string individually, the grid line of the footerrow are still there. As footerrow cannot be changed, I set $(“.ui-jqgrid-ftable”).css('visibility','hidden') to hide the footerrow completely. Of course, it would be much better if that can be done by specifying a parameter in clearGridData.
Best regards,
Rayson
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top