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

Styling the integrated RadGridView

1 Answer 106 Views
MultiColumnComboBox
This is a migrated thread and some comments may be shown as answers.
Hans
Top achievements
Rank 1
Veteran
Hans asked on 05 Feb 2019, 08:25 AM

Hello,

is there a way to apply a style to the integrated RadGridView of the MultiColumnComboBox ?

Regards,
Hans

1 Answer, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 05 Feb 2019, 03:25 PM
Hi Hans,

I logged a feature request on your behalf for a MultiColumnComboBox DropDownElementStyle propertyVote for it in order to increase its priority. I have also updated your telerik points as a small gesture of gratitude for bringing this to our attention.

Meanwhile, I would suggest you to use an implicit style targeting RadGridView in order to style the drop down GridView. in case you want to avoid styling the same way another RadGridView control in your application, you can set this style in MultiColumnComboBox resources. In case you use NoXaml binaries, please make sure to base this style to RadGridViewStyle. 

<telerik:RadMultiColumnComboBox.Resources>
        <Style TargetType="telerik:RadGridView" >
                <Setter Property="IsReadOnly" Value="True"/>
         </Style>
 </telerik:RadMultiColumnComboBox.Resources>

You can also check GridView ItemsSourceProvider help article for a reference on the available RadGridView properties. 


Regards,
Vera
Progress TelerikWant to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
MultiColumnComboBox
Asked by
Hans
Top achievements
Rank 1
Veteran
Answers by
Vera
Telerik team
Share this question
or