Hello,
sorry for the mistake: the expression:
create your own ajax call with async option to true
SHOULD BE
create your own ajax call with async option to false
Sorry again for the mistake.
Kind Regards
Tony
Hello,
I think that this is not a problem or bug, but a way how jqGrid works.
I try to explain.
The formatter select needs to know the key:value pair before the data is populated to the grid in order to replace it in the grid.
Using datUrl in the formatter select does not have sense and effect since this is additional ajax call on which we do not know
when they ends. In all cases this call will be lunched after the grid obtain the data with the url parameter.
I think you understand the situation.
In order to resolve –
Hello,
In order to solve the problem, please post your code again with the server xml response or
prepare a link to the problem (recommended)
Reagrds
Tony
Hello,
There is a option title in colModel, which disables or enables adding of the title.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options
Best Regards
Tony
Hello,
I think you have mixed setCell with cell editing – (editCell, saveCell, restorelCell..) There is a big difference on this.
Please refer here for setCell method:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods
and here for cell editing
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing
Reading documentation first is a good practice
Regards
Tony
Hello,
jqGrid is independent from the Web Server, Database and the script language.
Look at introduction here:
http://www.trirand.com/jqgridwiki/doku.php?id=start
Regards
Thanks Oleg. Will look at this as soon as I have time.
Best Regsrds
Tony
Hello,
Look at remapColumns method and array parameter into the docs.
basically you can do
var reorder = jQuery(“#mygrid”).jqGrid('getGridParam','remapColumns');
Regards
Hello Shuki,
Thanks for this. We already have converted all events in cell and inline edit so that we can use this to refer to grid. The next module is form editing.
I think it will be done in the final 3.8
Hello Oleg,
No I mean this
http://www.ok-soft-gmbh.com/jqGrid/CustomLocalSort.htm
with the latest from GitHub.
Hello Oleg,
Could you please try with the latest from GitHub – I mean to test a index as function.
Kind Regards
Tony
Hello,
Thanks. Added and fixed.
Kind Regards
Tony
Hello,
The “fundamental” thing is to set
gridview : false
Regards
Tony
Hello Oleg,
Thanks for the recommendation. Not promise, but will see what I can do. The problem is that a lot of repeated code should be written.
Regards
Tony
Hello,
The 3.8 has a checking for this mistake.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top