cancel
Showing results for 
Search instead for 
Did you mean: 

How to set default value in ComboBox depending on Key in Model

0 Kudos

Hi All,

I am using ComboBox inside a table, now I have to set default value to the ComboBox depending on Key in Table Model

For Eg: Table Model is below and column 3 is ComboBox and EN is the Key value of ComboBox which means English.

COL1 COL2 COL3 Venkat 25 EN

var oField = new sap.m.ComboBox({ selectedKey : "{COL3}");

I tried all the ways to bind value directly, but value is not coming in ComboBox of Table.

Please let me know how to procee.

Thanks,

Venkat.

former_member340030
Contributor
0 Kudos

Can you please provide code of yours and also please clear your issue too

thanks

Accepted Solutions (0)

Answers (0)