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

Help: Combo Box Crashing -Direct Content

1 Answer 43 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 03 May 2010, 01:52 AM
Q1 2010

My combo Box is crashing in this rather rudimentry setup. I've tried both of the following individually

                        <telerikInput:RadComboBox Grid.Column="1" Grid.Row="0" IsReadOnly="True" IsEditable="True" OpenDropDownOnFocus="True"
                            <telerikInput:RadComboBoxItem Content="Alex"/> 
                            <telerikInput:RadComboBoxItem Content="Albert"/> 
                        </telerikInput:RadComboBox> 
                         
                        <telerikInput:RadComboBox Grid.Column="1" Grid.Row="1"
                            <telerikInput:RadComboBoxItem > 
                                <TextBlock Text="Bert" /> 
                            </telerikInput:RadComboBoxItem> 
                            <telerikInput:RadComboBoxItem > 
                                <TextBlock Text="Bob" /> 
                            </telerikInput:RadComboBoxItem> 
                        </telerikInput:RadComboBox> 


When ever you open the combo box, it crashes (goes to white screen)
However, if there is no content, I can open it fine (albiet, with an empty list of comboboxitems)


(If it helps, I have a stackpannel layout root, then a canvas, then the grid, then the above code)

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 03 May 2010, 08:46 AM
Hi Alexander,

There are two known possible reasons for the crash you are experiencing:
1) Your Silverlight 4 runtime is not RTM (version less than 4.0.50401) and you are using the latest Silverlight 4 assemblies.
2) You are using Telerik Silverlight 3 assemblies in a Silverlight 4 application.

In the first case you need to upgrade the Silverlight 4 Tools to the latest available version on www.silverlight.net. To resolve the second problem you need to download and install the Silverlight 4 version of our assemblies.

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
Alex
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or