PDA

View Full Version : ComboBox with remote store



nicolatosi
14 Jun 2007, 1:56 AM
Hi.
I have a page with many ComboBoxes, each with many records, and i populate them with a remote store.
Besides, when i load the page i have to set a Text content binded with a default value and
for this reason, i have to completely load the store, otherwise i cannot recuperate the text associated.

This process is very slow (any Combos is composed by thusands of results!)

I think it would be useful to have a method, like 'setValue', that load the text associated with a specific value, without load the whole list; or maybe i don't knows if allready exists a solution for my problem

Can you help me?

Thank's
Nicola