New to KendoReact? Start a free 30-day trial
Custom Rendering
Custom Items
Custom Row Style
Custom RenderingPremium
The MultiColumnComboBox provides options for customizing the way it renders its elements and rows.
Custom ItemsPremium
In order to customize an item, use the itemRender
property and change the child appearance.
The following example demonstrates how to customize the MultiColumnComboBox items using the itemRender
property and add a Checkbox
column.
Change Theme
Theme
Loading ...
Values
To customize the element content that holds the selected text, use the valueRender
prop.
Change Theme
Theme
Loading ...
Custom Row StylePremium
Using the itemRender
can also customize and each row appearance.
The following example demonstrates how use the itemRender
property of the MultiColumnComboBox in order to change the style of each rows.
Change Theme
Theme
Loading ...