Q1 2010
My combo Box is crashing in this rather rudimentry setup. I've tried both of the following individually
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)
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)