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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.