Hello,
Please look here (the post is too old).
and mybe you should first look into the docs and what is new.
Regards
Hello,
This parameter is static. Actually you update the template with this command not the content that you want.
The content of pagging info
Hello,
You can use the getRowData method.
If you know the id you can get the entrie row of the grid, instead that some fields are hidden.
So you code of subGridRowExpanded cal look like
….
subGridRowExpanded : function(subgrid_id, row_id) {
Hello,
Thank you for yor investigations.
Any help is greatly appreciated.
Kind Regards
Hello,
Yes you will need to use diffrent pager (pager id) for the subgrids.
Regards
Hello,
Currently this is a problem if you have two grids with equal names.
In order to overcome you can use diffrent names, but equal index colModel property in order to sort and etc.
Regards
Tony
Hello,

To overcome the problem set in grid option deepempty to true
…jqGrid({
…
deepempty : true,
…
});
Enjoy
Hello,
In which browser is this?
Just curious, could you please test with the following configuration
jqGrid 4.4.4 , jQueryUI 1.8.16 and jQuery 1.7.2
And let me know if this is ok.
Thank you
Regards
Hello,
It seems to me that there is something not good in your php server.
By example I have the update the online demo to use jQuery 1.9 and jQuery UI 1.9 and there is no problem
with dataUrl used in similar example.
Please check in demo
New in version 3.5 => Form improvemets
Regards
Hello,
The r n things are builded server side, so you will need to look carfuly in your PHP code.
The jqGrid 4.4.4 does not need this migration since it supports fully jQuery 1.9.
The migration is needed for the old plugins which does not support jQuery 1.9, but want to use it
You can look here
and in ths jQuery blog
Regards
Hello,
Thank you very much. As you can see when doing this way we can work quick and better.
Please check what your script
Hello,
How do you read the database?
Do you use JSON or XML,
Do you have configured the readers correct.
No answer will be,
Hello,
I'm not 100% sure, but saveRow works only if the row is edited before this – i.e a editRow is called and then saveRow.
I think it is better in your case to use a simple jQuery $.ajax to save the row on server
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top