Add nodes

Hello,


How to add the nodes with image by code behind (c#)?

Becouse this is not working:

 Syncfusion.JavaScript.Web.TreeViewNode Nodo = new Syncfusion.JavaScript.Web.TreeViewNode();
this.TvExplorador.Nodes.Add(Nodo);
 Syncfusion.JavaScript.Web.TreeViewNode Nodo2 = new Syncfusion.JavaScript.Web.TreeViewNode();
Nodo.Nodes.Add(Nodo2 );

Thanks!

1 Reply

FP Francis Paul Antony Raj Syncfusion Team January 19, 2016 04:58 AM UTC

Hi Jorge,


Thanks for contacting Syncfusion support.


We are able to reproduce the above reported issue. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login


Regards,

Francis Paul A


Loader.
Up arrow icon