In which event of tree view I can create a Dynamic textbox when a new node(Right click & Add) is added. I want to enter the description of the newly created node in the text box and same has to be saved in DB.
Regards,
Arun
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 09 Aug 2012, 12:24 PM
Hi Arun,
Thank you for writing.
You can use the NodeAdded event of the control and from the DataBoundItem property of the Node in the event arguments you can access the DataRowView and respectfully the DataRow in order to update its fields.
Let me know if you need further assistance with this case.