cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a combobox (dropdownbyindex) editable

Former Member
0 Kudos

Hi,

Does somebody know how can I implement an editable combobox in WebDynpro?

Thanks.

Cemal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Use an InputField with value help.

Armin

Former Member
0 Kudos

Armin,

Not sure that it will be easy task -- it is necessary to modify value-set implementation to bypass user enetered values without errors (by default the value entered checked against value set and validation error is reported if no match found)

VS

Former Member
0 Kudos

Hi,

Yes. You can Table UIElement to enter the values dynamically. Please go though the above post for how to make TableUIElement like a listbox ( look&feel)

Regards, Anilkumar

Message was edited by: Anilkumar Vippagunta

Former Member
0 Kudos

Hi,

What does it mean by editable Combo box .You want to enter the values directly into combo during the runtime ??

That is not possible. In that case you can use Table UIElement.

Check this post

Regards, Anilkumar

Message was edited by: Anilkumar Vippagunta

Former Member
0 Kudos

Hi Anilkurnar,

yes exactly this what I want to do.

You mean a table?

Cemal