Hi,
I have one xml file which contains tree nodes.
I need to add some nodes to tree based on condition.
And after adding the node i should display the tree structure.
Ex: XML File Contains nodes like - [In XML file I have aronud 250 Nodes like this so I dont want hard code this in my aspx page.]
Group
Group Type
Home
Home Type
After adding new nodes at server side it should look like as below.
Group
Group Type
Group Type = 'A'
Home
Home Type
Home Type = 'N'
Is there in sample code to demonstrate this scenario in Telerik web site?
I have one xml file which contains tree nodes.
I need to add some nodes to tree based on condition.
And after adding the node i should display the tree structure.
Ex: XML File Contains nodes like - [In XML file I have aronud 250 Nodes like this so I dont want hard code this in my aspx page.]
Group
Group Type
Home
Home Type
After adding new nodes at server side it should look like as below.
Group
Group Type
Group Type = 'A'
Home
Home Type
Home Type = 'N'
Is there in sample code to demonstrate this scenario in Telerik web site?