Hi Adriano,
What example are you following?
If the context menu there is part of the ItemTemplate of the TreeView it will indeed not work for the TreeList because the ItemTemplate in the TreeList appears as a details view for the items.
You can assign one context menu for the whole TreeList and find the item that has been clicked in the Opened event:
And the xaml:
Hopefully this will help you,
Best wishes,
Miroslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.