Hi all Telerik team,
I would like to add/edit node and show the node text in the treeviewtextboxeditor as inizialized value , but the editor appear with empty text.
I try to set value in the Valdiating event but this code ends the editing mode and user cannot modify the value
can you help me, please?
Thank you
I would like to add/edit node and show the node text in the treeviewtextboxeditor as inizialized value , but the editor appear with empty text.
I try to set value in the Valdiating event but this code ends the editing mode and user cannot modify the value
void
rtvCustomTags_Editing(
object
sender, Telerik.WinControls.UI.TreeNodeEditingEventArgs e)
{
e.Editor.Value = e.Node.Text;
}
can you help me, please?
Thank you