Hi,
I am using a tree view where the nodes are using a context menu with two options "Delete"and "View". Depening on certain condition I need to remove the "Delete" menu option from some of the nodes. Could you please let me know how to achieve that?
Thanks
Hemangajit
1 Answer, 1 is accepted
0
Yana
Telerik team
answered on 27 Nov 2009, 11:39 AM
Hi Hemangajit,
I suggest you subscribe to OnClientContextMenuShowing event of the treeview and show/hide the "Delete" item in its handler: