Is it possible for jqGridImport to load the grid configuration and rows in one call?
now i have two calls from jqGridImport:
|
1 |
{<br /></code><code> "grid": {<br /></code><code> "url": "...",<br />to get </code>configuration<br /><br />and the second cal<br /> |
|
1 |
{<br /></code><code> "page": 1,<br /></code><code> "total": 1,<br /></code><code> "records": 1,<br />to get rows</code><code> |
Perhaps this can be done with the carrent version.
What should be json structure?
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top