i have an asp.net-mvc page and i am trying to use jqGrid Treegrid. Where do you specific if you want to pass in all of the tree data upfront (versus loading on demand when you drill down). The documentation is unclear on this point
|
feedback
|
|
If I understand your question correct, the most important lines of the Tree Grid code to answer on your question you will find here and here. I can describe the code fragment so: if the user try to expand a node it will be examined the contain of the hidden column So the server part from the jqGrid | |||||||||||
feedback
|
|
I think you do this with a combination of the adjacency model that is specified, and altering your response so it responds with ALL the data in ALL the nodes. This page shows an example w/XML data of loading all nodes upfront. And if this doesn't work, Oleg should be around shortly (the #1 jqGrid user on StackOverflow as of this writing). Oleg answers damn near all the jqGrid questions. Also, see the accepted answer on this question regarding | |||||||||||
feedback
|