Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Retrieving data from igTree to MVC Controler on Event
posted

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

Parents
No Data
Reply
  • 425
    posted

    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)?

Children