cancel
Showing results for 
Search instead for 
Did you mean: 

how to add multiple columns to dropdown list of multicombobo in sapui5?

Hello Experts,

how can we add multiple(more than 2) columns to the drop down list in sapUI5 which function as MultiComboBox API?

Regards,

Kumar.

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

You may need to overwrite the MultiComboBox Controller for this need, I have similar requirement

former_member553417
Participant
0 Kudos
0 Kudos

Hello Sergio,

I need with check box and more than 2columns..

Regards,

Kumar.

SergioG_TX
Active Contributor
0 Kudos

if u look at the example code... you will see the example has 2 columns

0 Kudos

Yes,you are right.

But I need more than 2 columns.

SergioG_TX
Active Contributor
0 Kudos

an alternative to more than 2... you could have a calculated column where you concatenate the values from multiple columns -- that is the technical solution

however... on the logical side... do you want to display that many more columns? would your list items look ok? or will they be too busy? maybe consider a tooltip for additional information? maybe something different... just a few thoughts

SergioG_TX
Active Contributor
0 Kudos

check out the example in the official documentation - i think that is what you need

https://sapui5.hana.ondemand.com/sdk/#/sample/sap.m.sample.ComboBox2Columns/preview