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

Edit Template (Apply to all) not available for RadComboBox in VS 2012

1 Answer 18 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Marcos
Top achievements
Rank 1
Marcos asked on 04 Jun 2013, 06:41 PM
Hi all,

I need to create a RadComboBox with a RadTreeView inside and I'm trying to follow this tutorial. My problem is very basic, I'm trying to edit the RadComboBox template but this option is disabled in VS 2012 ... could someone give some help?

To better illustrate the problem I put 2 videos at :
http://screencast.com/t/m0r8QNr0
http://screencast.com/t/IHbzNbEZ

Thank you very much
Marcos

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 07 Jun 2013, 02:48 PM
Hello,

We managed to reproduce the issues with the designer and Edit a Copy on an older version of Visual Studio 2012 but after upgrading to the latest version the issues were resolved.

About the issue when creating a TempaltedUserControl that inherits RadComboBox, when a Tempalted UserControl is created it automatically creates a Style for itself that is empty. In order for this Style to be taken from the RadComboBox control you will need to use Implicit Styles and add the BaseOn="StaticResource RadComboBoxStyle" to that generated Style.

Regards,
Vladi
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
Marcos
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or