-- Paweł Chuchmała <[EMAIL PROTECTED]> wrote
(on Tuesday, 23 September 2008, 01:18 PM +0200):
> How is the best method to use DojoComboBox with large data set? For
> example i want to do suggest for users.
> I have about 100000 records. I want for example query server with 3
> first letters filled in combobox.
> How can i do that? It is possible to use DojoData with this method?
Yes. Use a QueryReadStore for the combo box data store, and do
pagination on the server side to return smaller data sets. You can see
an example of this with grids in my pastebin application, which uses the
technique with a grid -- but it's the same basic idea:
http://weierophinney.net/matthew/uploads/pastebin-1.0.0.tar.gz
--
Matthew Weier O'Phinney
Software Architect | [EMAIL PROTECTED]
Zend Framework | http://framework.zend.com/