Hello,
The simple test is:
Do not use jqGrid. Simulate ajax request for the problem data and see
what it is. If all is ok – look in the jsonReader and look if
you return the correct data.
Regards
Tony
Hello,
It is more easy – getGridParam('postData') will return the needed array
Regards
Tony
Hello,
You mix inline edit with pure grid data.
You should make your own ajax call to save data this way.
Reagrds
Tony
Hello,
I think you mixed colModel with the real JSON data in the jsonReader.
Try with the default options of jsonReader – i.e. do not set in your grid
Regards
Tony
Hello,
serch this forum to see haw you can do that. It is easy.
Regards
Tony
Hello,
You are right in the code I use text function, wich display data
as text only and not as html. I will correct this.
Thank you
Regards
Tony
Hello,
Currently the version work only with xml. The upcomming beta should
work with json.
Best Regards
Tony
Hello,
This is a initiall set and will not work if you enclose the grid whitin
other element – i.e. grid will not resize when you resize the element –
which I suppose do you want to do.
Regards
Tony
Hello,
No it is a part of the upcomming beta release.
Regards
Tony
Hello,
You can not use beforeSubmit this way. The right is
….navGrid(“#pager_id”,{…},
//add options
{ beforeSubmit : function (postdata, formid) {
if( ValidateForm(postdata) == false) {
return [false,”MessageError”,””];
} else {
return [true,””,””]
}
}
} end add
…..continue for otheres
Hello,
It is very strange instead.
Haw do you construct the actions buttons?
To investigate the problem please if possible send me a link.
You can e-mal me to tony at trirand dot com.
(If you send me a link please DO NOT INCLIDE THE MIN version,
but non minified – i.e. grid.base.js and not grid.base-min.js)
Regards
Tony
Hello,
Please before posting a issue, first read docs and forum messages
Regards
Tony
Hello,
column names can not be set this way, since JS thisnk this is a property,
but you can set the index and it will work
Hello,
to be correct you JSON response should look like:
“rows” :[
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top