AD
Administrator
Syncfusion Team
March 25, 2004 02:27 PM UTC
Wow My spelling sucks!! Sorry!
Anyway.. I did find treeView1.BeginEdit(..) AND I did find events like BeforeEdit.. But didn''t see an AfterEdit.. how do you know when the edit is complete?
AD
Administrator
Syncfusion Team
March 26, 2004 12:17 AM UTC
Hi,
Thanks for your feedback on the Forum Search utility. I have conveyed this to our website administrator.
To be able to edit the TreeNodeAdv at runtime you would have to set the TreeViewAdv''s LabelEdit property to true as shown in the code below :
TreeViewAdv.LabelEdit = true;
You could then edit it by clicking on it or by striking the F2 key.
Thanks for considering Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
AD
Administrator
Syncfusion Team
March 26, 2004 12:27 AM UTC
Try the TreeViewAdv NodeEditorValidated event for editing is complete. There isn''t any easy way to detect editing cancelled though.