I have a server that provides XML response over HTTP. I need to bind this XML response to a TreeGrid. I went trough the SmartClient Reference 6.5.1 regarding Tree DataBinding, but was not able to find a solution.
Following the examples provided in the SmartGWT Showcase I am able to build a tree from data in an XML file stored locally. ( http://www.smartclient.com/smartgwt/showcase/#tree_appearance_connectors )
Can anyone please provide sample code on how to DataBind a TreeGrid with data coming as XML response from a server. (This is a starting point.. ultimately I am trying to build a tree with varying node types, something similar to http://forums.smartclient.com/showthread.php?t=65&highlight=TreeGrid+Databinding )
Following the examples provided in the SmartGWT Showcase I am able to build a tree from data in an XML file stored locally. ( http://www.smartclient.com/smartgwt/showcase/#tree_appearance_connectors )
Can anyone please provide sample code on how to DataBind a TreeGrid with data coming as XML response from a server. (This is a starting point.. ultimately I am trying to build a tree with varying node types, something similar to http://forums.smartclient.com/showthread.php?t=65&highlight=TreeGrid+Databinding )
Comment