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

RadTreeViewContextMenu

3 Answers 38 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Mic
Top achievements
Rank 1
Mic asked on 28 Aug 2013, 12:02 PM
Hi
I use RadSkinManager to apply mycustom skin on every controls in my web application.
I add RadSkinManager in OnInit event in my PageBase.
I would like to do this...
MySkinManager.TargetControls.Add(ControlTypeToApplySkin.RadTreeViewContextMenu, mythema);

But ControlTypeToApplySkin
doesn't contain RadTreeViewContextmenu.
I tried to add RadContextMenu but it doesn't work.
Any suggestion?
Thank you

3 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 02 Sep 2013, 12:09 PM
Hello,

Your observations are correct and RadTreeViewContextMenu does not exist in the provided list since it is RadContextMenu actually.
Could you please confirm that your custom skin is not applied to the RadTreeView context menu when you
choose RadContextMenu or RadMenu from the ControlTypeToApplySkin enumeration? Could you please clarify whether your custom skin is applied to RadMenu if you choose it from the list?


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Mic
Top achievements
Rank 1
answered on 03 Sep 2013, 11:46 AM
Hi
Unfortunatly I tried both (RadMenu and RadContextMenu) but don't work.
There may be a fix for this?
thank you
Michela
0
Boyan Dimitrov
Telerik team
answered on 05 Sep 2013, 03:48 PM
Hello,

Your observations are absolutely correct and it seems that this a misbehavior. I have already logged it as bug in our system for future fixing. I am afraid that the only workaround at this moment is to set the Skin explicitly for your RadTreeView context menu.

Please excuse us for any inconveniences caused.

Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
SkinManager
Asked by
Mic
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Mic
Top achievements
Rank 1
Share this question
or