Is it possible to add a dropdown list into a multicolumn combobox?

1 Answer 32 Views
MultiColumnComboBox
Thomas
Top achievements
Rank 1
Iron
Thomas asked on 21 Nov 2024, 06:58 PM
Is it possible to add a dropdown list into the cell of a multicolumn combobox? In our current scenario, a user can have up to five department "levels" with each level associated with potentially hundreds of options. We're wondering if we could do an implementation with the multicolumn combo box where we have a column for each department level, and within each cell of a single row, have a dropdown list to allow the user to select a value for that department level.

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 25 Nov 2024, 03:40 PM

Hello, Thomas,

The MultiColumnComboBox allows the developer to render custom components via the itemRender prop. More information on custom rendering can be found here:

I have created a basic example that showcases the approach from the documentation above with a DropDownList:

Please review the implementation above and let me know in case this is not exactly what you are looking for and if further assistance is required.

Regards,
Filip
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
MultiColumnComboBox
Asked by
Thomas
Top achievements
Rank 1
Iron
Answers by
Filip
Telerik team
Share this question
or