Hello,
Sorry for the late replay.
One approach might be to create a hidden column which is used for sorting. Possible, but cumbersome and conflicts with using the neat column show/hide plugin.
This can be avoided using the hidedlg option in colModel which does not allow this field to be shown in the dialog.
Ideally, I'd like to transport some metadata along with the table data:
This of course can be done easy using XML, but as you know we support diffrent datatypes. This will make the solution not so easy
Thank you very much.
Best Regards
Tony
Hello Alex,
This is true. Using large data in tree grid currently is not recommended.
We work on this and hope to resolve the problem.
Also I recommend you to use autoloading tree nodes – i.e first load a minilal nodes (only roots) and then when the user click on some node the data will be loaded from the server. Using this approach pager is not needed. Also pagging with tree nodes is a little bit difficult, since we can have a lot of situations which should be consider.
Best Regards
Tony
Hello,
It should work, but there was some bugs, which are corrected in the latest version.
Also in order to have a look what you have could you please post the jqGrid code and a response from server (or part of them)
Best Regards
Tony
Hello,
Thank you. Yes this is true and I confirm this. Before some time I have try to correct the problem, but without success (some things where destroyed.)
Now I will do second attempt on this using another approach
Best Regards
Tony
Hello,
Thanks. Again IE 
Will see how this will impact the performance and include it, but it is not guaranted.
Best Regards
Tony
Hello,
Not sure if this is applicable solution, but if this works for you
Regards
Tony
Hello,
Thanks for the example and the test case provided.
Yes, I see the problem (bug) and confirm it.
Will try to correct it.
Best Regards
Tony
Hello,
This is double post – so see the answer with the same topic name
Hello,
This is not possible at all. Please look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing
and read carfully.
What you try to do is: you edit a cell and before save it you call edit cell again.
editCell try to save a opened cell.
I suggest you to try with the 3 parameter set to false, but not sure if this will meet your requierments
Best Regards
Tony
Hello,
As of your source the id of the grid is
jQuery(”#” + subgrid_table_id).jqGrid({…});
and not
jQuery(”#t_” + subgrid_table_id).getGridParam('selarrrow');
Regards
Tony
Hello,
Thanks. In order to test with your setting I have dowloaded the version and put it into the demo, but for me there is no problems. Moreover I have changed the sortorder in demo site (you can see this live in demo page), but again no problems.
Also please check again your server response – I think that this is the problem
Best Regards
Tony
Hello,
Please verify that all your needed JS files are loaded. To do this you can use FireBug Net tab.
ts.grid mean that something is missed from the package. Also be a sure you have downloaded all the needed module,
following this instructions
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:download
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Best Regards
Tony
Hello,
I think that this is not a bug. Please verify that your subgrid have uniquie row ids.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top