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

RadMenu and RegisterSite (CAB)

2 Answers 73 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Marek
Top achievements
Rank 1
Marek asked on 01 May 2007, 01:59 PM
Hi
I would like to register a specific menu item in my radmenu as a UIExtensionSite.  I would like to do something like:

this.RootWorkItem.UIExtensionSites.RegisterSite("ViewMenu", this.Shell.MainMenu[1].Children);

Where 1 is the index of my view menu on the main menu.  I then would like to access and modify this using something like:

RadMenuItem menuItem = new RadMenuItem("GIS");

_presenter.WorkItem.RootWorkItem.UIExtensionSites[UIExtensionSiteNames.ViewMenu].Add(menuItem);

I have implemented a RadMenuAdapterFactory, which handles RadMenu and RadItemCollection (using the appraiser workbench sample), but I'm not sure how to handle this specific case.

Any help would be much appreciated.

Best regards

Marek

2 Answers, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 02 May 2007, 09:11 AM
Hello Marek Wasilewski,
As we have told you all ready we are beginning to update and extend our CAB wrapper samples. It will help us a lot if you could send us this particular CAB implementation (a small sample project with it will do the job) so that we could evaluate it locally and take it into consideration when updating the CAB samples.

Kind regards,
Dimitar Kapitanov
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Vassil Petev
Telerik team
answered on 23 Aug 2007, 03:01 PM
Hello Marek,

This mail is a follow up to your request for CAB support in the Telerik suite.

We are happy to inform you that we have just released the first beta of our CAB Enabling Kit for RadControls for WinForms. The public beta can be downloaded from the newly created CAB Enabling Kit Forum. The forum contains full information on the beta, as well as resources and download links. We have also updated the CAB Support page on our site to reflect on the recent developments on the matter.

The beta of the Telerik CAB Enabling Kit includes the early bits of the upcoming Q2 2007 RadControls for WinForms suite. It comes with a Finance Application modeled after Microsoft's WPF WoodGrove Finance Application.

In case you would like to try the beta, feel free to visit the CAB Enabling Kit Forum. You can post all of your comments and suggestions in the same forum, if needed. The beta is fully supported and we will be happy to hear your feedback.

I will also suggest to subscribe to the Telerik Blogs RSS as we plan to blog on the CAB development regularly. The first post on the topic has already been posted.

Thanks in advance.


Greetings,
Rob
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Marek
Top achievements
Rank 1
Answers by
Dimitar Kapitanov
Telerik team
Vassil Petev
Telerik team
Share this question
or