cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Editing Using Combo box Control

0 Kudos

Hi,

In link https://ux.wdf.sap.corp/fiori-design-web/concept/mass-editing/#behavior-and-interaction-incl-gesture...

it is mentioned that regular controls like Checkbox/Value Help can be provided through Combo box.

Combo box can have entries like:

Keep Exiting,

Some Value,

Use Value Help

Using JavaScript coding on top on SAPUI5 combo box control, it can be achieved. But my question is, are there any Smart Control to achieve it using OData service metadata?

Using JavaScript coding will require writing more code including creating Combo box entries by reading OData service metadata programatically.

If anyone has implemented it, kindly share your experience.

Thanks,

Vinayak.

View Entire Topic
0 Kudos
former_member227918
Active Contributor
0 Kudos

Hello Vinayak,

this link as well not opening for me, anyways

I am not sure what is mentioned in that link and based on what you are asking your question, but,

there is a smartfield(sap.ui.comp.smartfield.SmartField) which can be implemented as valuehelp/type ahead/dropdown in to it. it is totally based on annotation. this is based on metadata only.

Please check below example for the fields Category and currency.

SAPUI5 Explored

hope this will help you.

Regards,

Akhilesh