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

Error in ChildWindow when calling IsDropDownOpen

1 Answer 38 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 11 Feb 2010, 10:45 PM
Hi..
I have a childwindow  - when I call IsDropDownOpen the app crashes...

Here is my code...   Any ideas?  thanks again

 

public Assign( List<CLASSIFICATION> _lstClassification)

 

{



    InitializeComponent();


     this.cmbTopic.ItemsSource = this.lstClassification;
    

     this.cmbTopic.IsDropDownOpen = true;

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 17 Feb 2010, 08:25 AM
Hi Jon,

Could you with the latest version of RadComboBox and if the problem persists, I would recommend sending us a simple application which can be used to observe the problem.

Sincerely yours,
Valeri Hristov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
Jon
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or