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

IsDropDownOpen is Invalid XAML

3 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tyree
Top achievements
Rank 2
Tyree asked on 24 Aug 2009, 09:59 PM
Intellisense says IsDropDownOpen is available, but if I add it I get Invalid XAML error in Blend and parser error when I run the app.

Whats the property to open the dropdown?

3 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 25 Aug 2009, 08:50 AM
Hello,

The IsDropDownOpen property is the right way to open RadComboBox. I suspect that the problem is related to a missing reference, most probably the Telerik.Windows.Controls.dll assembly, since Blend does not add automatically all needed references.

Best wishes,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Tyree
Top achievements
Rank 2
answered on 25 Aug 2009, 11:53 AM
The application has all needed references. As I said if I add the property I get Invalid XML in blend and a PARSER error when I run the app. If I remove the property everything works fine.

This project has Telerik.Windows.Controls, Telerik.Windows.Controls.Input, Telerik.Window.Data.

0
Valeri Hristov
Telerik team
answered on 25 Aug 2009, 01:38 PM
Hi,

I apologize for the misunderstanding. I created a simple test application and I was able to reproduce the problem. It is related to the fact that the IsDropDownOpen property changed event handler uses template parts that are not yet initialized if you set the property in XAML. Generally, it was not intended to be set this way, but I assume this behavior as a bug. It will be fixed in the next internal build, this friday.

Your points have been updated.

Greetings,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Tyree
Top achievements
Rank 2
Answers by
Valeri Hristov
Telerik team
Tyree
Top achievements
Rank 2
Share this question
or