Hi ,
I am not sure if the Tree list support a Context Menu function?
If yes could you please provide me a link to an example.
Thanks in advance
Tejas
1 Answer, 1 is accepted
0
Veli
Telerik team
answered on 22 Nov 2010, 05:43 PM
Hi Tejas,
Even though RadTreeList does not currently expose its own context menu, you can easily bind a RadContextMenu to RadTreeList. You can refer to a similar demo using RadListView and RadContextMenu. The approach is the same - you use the javascript oncontextmenu event of the tree list items to show a context menu. To attach an client oncontextmenu event handler to the tree list items, you can use the ItemCreated event of the control: