This is a migrated thread and some comments may be shown as answers.

How to add Dynamic textbox when a new node(Right click & Add) is created

1 Answer 64 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 07 Aug 2012, 03:23 AM
Hi,

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

Sort by
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.
 
Kind regards,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
Treeview
Asked by
Arun
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or