Paul,
What does not work? The default method for base grid is GET and
this as of version 1. If you want to change this either set
$.extend($.jgrid.defaults,{mtype:”POST”}) once
or set mtype parameter at every grid.
Regards
Tony
Yes,
Something like this.
Thanks
Regards
Tony
Hi Josep,
You can send me the code to tony at trirand.com
Thank you
Regards
Tony
You should not use CDATA in JSON, just regular string maybe.
As for the second, currently you can display the data (note
that the format should be returned from the server), but when
editing it is as is.
Regards
Tony
I mean in the grid configuration – you have
…jqGrid({
….
pager: jQuery(“#pager”),
….
pager : 'pager'
})
Not sure if this is a problem, but you have set the pager two
times with two diffrent way. Remove the one and try in IE.
Tony
When used this way I recommend to include all the files one by one.
(The jqGrid loader need to be improved and yes there is a little
problem only in IE)
If You look again in js directory you should include these
files
Simple – if you have FireBug you can easy look what is returned
from the server.
In inline edit there is a line
$.post(“someurl”, function(request,status) {
if(status=='success') {
….
This mean that the status returned from the server has a
value success.
Yes the server detect this and return a regular html page
which is interpreted normal in jqGrid.
You should detect that session is expired and
send the appropriate headers so that jqGrid
can interpret this. I think there was such
post in the forum
Regards
Tony
What about jqModal.css?
If you have downloaded the package, there is a directory js in wich this
file is present. I think that this is a path problem. I generate such
pages
Never try with JSON, but I think you should try the same way as XML
Regards
Tony
Maybe you understand me wrong. This method is no more available – it is replaced with getGridParam('selarrrow') one.
Regards
Tony
Since there is a maybe problem with a loader, could you please
load the modules one by one.
Thank you
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top