Hi,
Indeed Telerik RadComboBox is one of the best 3rd party tool we use. In fact it works much better that Microsoft's Silverlight4's own ComboBox.
I am facing an issue:
I need to set an existing ComboBox (Silverlight4) style to a RadComboBox. But that does not work.
say I have a defined stye "<Style x:Key="ComboBoxStyle1" TargetType="ComboBox">" and using that to my existing Silverlight ComboBox Control (<ComboBox Grid.Row="1" Grid.Column="2" Name="cmbCompany" Style="{StaticResource ComboBoxStyle1}">).
But, Now want to use a Telerik RadComboBox for showing the products.
Now, I have defined another Style for the RadComboBox
[<Style x:Key="ComboBoxStyleRadCombo" TargetType="telerik:RadComboBox">] with the same set of color specification as in the earlier style.
and using like :
(<telerik:RadComboBox Grid.Row="2" Grid.Column="1" Name="cmbProducts" Style="{StaticResource ComboBoxStyleRadCombo}">)
But it is working completely differently. Color schemes are going hey where.
Can anyone please help me in this regards.
Indeed Telerik RadComboBox is one of the best 3rd party tool we use. In fact it works much better that Microsoft's Silverlight4's own ComboBox.
I am facing an issue:
I need to set an existing ComboBox (Silverlight4) style to a RadComboBox. But that does not work.
say I have a defined stye "<Style x:Key="ComboBoxStyle1" TargetType="ComboBox">" and using that to my existing Silverlight ComboBox Control (<ComboBox Grid.Row="1" Grid.Column="2" Name="cmbCompany" Style="{StaticResource ComboBoxStyle1}">).
But, Now want to use a Telerik RadComboBox for showing the products.
Now, I have defined another Style for the RadComboBox
[<Style x:Key="ComboBoxStyleRadCombo" TargetType="telerik:RadComboBox">] with the same set of color specification as in the earlier style.
and using like :
(<telerik:RadComboBox Grid.Row="2" Grid.Column="1" Name="cmbProducts" Style="{StaticResource ComboBoxStyleRadCombo}">)
But it is working completely differently. Color schemes are going hey where.
Can anyone please help me in this regards.