Edit mode for tree node programmatically

Hello,

Is there any sample showing how I can bring node into editing mode programmatically?

Thanks,
Eugene


2 Replies

FS Fathima Shalini P Syncfusion Team March 18, 2009 09:03 AM UTC

Hi Eugene,

Thank you for your interest in Syncfusion Products.

It is possible to set the TreeNodeAdv to edit mode programmatically using BeginEdit()method. Please refer to the code snippets and the sample provided below:


this.treeViewAdv1.BeginEdit(this.treeViewAdv1.SelectedNode);


http://files.syncfusion.com/support/Tools.Windows/7.1.0.30/F80143/main.htm

Please try this and let me know if any concerns.

Regards,
Fathima



AD Administrator Syncfusion Team March 18, 2009 09:28 AM UTC

Thanks, Fathima!

This is working fine!

Eugene


Loader.
Up arrow icon