It's not a bug. You should just call editGridRow with options which you need if you call the method directly.
What you can do is about the following:
var formEditingOptions = {
Typically I never answer on the question which contains word “URGENT”.
The text “Loading…” stays till jqGrid load the grid and fill
Hello Tony,
in general I agree with the changes, but I personally would implement the changes in a little another way. I would just call the event handler directly instead of triggering jqGridAfterGridComplete
Hi Daniele,
it's another problem. I described the solution here. You need just call
Hello Tony,
I thried to do this, but it not help. The problem is that jQuery.height returns 0 it the grid is hidden with display:none.
The most practical workaround would be to use activate callback of jQuery UI tabs, test whether the activating grid has whether frozenColumns parameter of jqGrid are set to true (grid already has frozen columns) and call setFrozenColumns if not. In the way one will call setFrozenColumns
Tony,
the problem exist in all web browsers I think, for example IE10, Google Chrome 27.0.1453.94
Hi Marv,
I think it's the old problem described here and here. As the workaround you can include
$('#tabGrid').triggerHandler('jqGridAfterGridComplete');
after
$('#tabGrid').jqGrid('setFrozenColumns');
In my opinion the method setFrozenColumns should execute the event handler
OK, an example clear what problem you have. I think that the reason of the problem is the following changes in jqGrid which seems me not correct. Tony should now more exactly the problem which he fixed with the fix and he could modify better the code so that the sorting of fixed columns stay and the original problem which should the changes fix do what needed.
Best regards
Oleg
P.S. Please use always jquery.jqGrid.src.js instead of jquery.jqGrid.min.js
Sorry, but how you imagine to find the reason with such “bug report”. Do you use local sorting or remote sorting (or use loadonce: true option)? Do you have problem with sorting in all columns of in some columns?
If you can't analyse to problem yourself, where is the test case (so other people could analyse the problem)? One can confirm the bug and fix it only if one can reproduce the problem.
I suppose that the problem will be solved if you includes the line
in the of your HTML document (see here). Without the line Internet Explorer can emulate Quirk Mode (see here). Alternatively you can configure your web server to add X-UA-Compatible HTTP header in the server response (see here).
Best regards
Oleg
Sorry, the correct link to the docomentation is here. If you need implement (id=1 OR id = 2) AND col2 = 456 then you should create subgroup with groupOp:”OR” and use groupOp:”AND” on the top level. See the answer for the code example.
Tony I think that zenixgrace wrote about the behavior of default restoreAfterSelect: true option of inlineNav
Currently only 4.4.5 are availible for download. Tony wrote that he will publish the next release 4.5 today later.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top