cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I have the following problem:  I need to display almost 5000 items in a ComboBox control (and allow users to use search on that ComboBox).

At first i noticed only 100 items where shown, but after i use SetSizeLimit(5000) that limit disappear. The problem is that when i load the model and try to open the ComboBox it freezes for a long time and behaves weirdly after: if it opens (only sometimes) i am not able to scroll, it closes itself, etc.

What I don't understand is that if this control is not designed to show many items, then which control is, or what does SAP recomends in this matter. It's easy to say, "filter your data before binding such a large model" but doesn't really apply to my app.

Thanks

Andres Nebel

0 Likes
View Entire Topic
Former Member
0 Likes

This is my suggestion. I work for SAP. However, it is my personal view.

Show first 200 items and then provide a way for user to search for the items.

having 5000 items in a combobox is just too many.

Thanks

-D

Former Member
0 Likes

Hi Dennis,

The problem is that user is filling a form, so implementing a functionallity to search for the items is kind of messy, because I either show 2 fields for any large combobox (a textbox to search and the actual combobox) or I create another screen for that search which ain't a good user experience.

Regards,

Andres