This is a migrated thread and some comments may be shown as answers.

Composite Application Not support in Treeview

1 Answer 41 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
smith
Top achievements
Rank 1
smith asked on 31 Aug 2009, 12:45 PM
HI
 i am using composite application in my project. so i am using Delegate command pattern to achive the functionality , in treeview Context mmenu doesnt support delegate command click event . in silver light it is supported . i am exprecting from telerik

1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 31 Aug 2009, 01:15 PM
Hi smith,

Indeed, the context menu does not support the Delegate command from the composite application guidance, we do depend on the assembly or the classes there.

If you fill the context menu with delegate commands you should be able to provide an ItemTemplate that will show the correct title. Then you can handle the RadMenuItem.Click event on application level (adding the handler to your application root) and there it will just call the delegate from the delegate command.

Does this work in your case?

Greetings,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
smith
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or