IG Team,
Is there a way to read or structure all nodes and return their data to a controller? I need to access all nodes and build a string for analysis on the server side on a click event. Either that or return the entire data structure for traversing on the server side.
Any recommendations?
Thanks,
-Mark
Clarify the above...Is it possible to bind the MVC Html helper to a model that can not only bind the data but also read the data? As the tree may add or delete nodes and change, can the modified tree be read back into a model on an HTTP Post event (or something like that)?
Hi Big_Lebowski,
So while the igTree has editing behavior the updating functionality is something that needs to be written in using some custom code, as the tree doesn't at this stage have a SaveChanges event built directly in to propagate the updates to the server. What you can do is use manually do this with an ajax call, get the data source and push it back to the server.