Hi all,
i am a newbe to the dojo and i wish to use it in my project, it's really a wonderfull toolkit~
I want to have a auto-complete input box so i choose filteringselect widget which data is from the server side and pass them to the filteringselect by dojox.data.QueryReadStore. But the data amount is very large(about 1M), so i wonder if i can change the bahavior of the filteringselect, if i can detect a pause between keystrokes, lets say more than two seconds to issue a request rather than issue a request to the server whenever i hit the keys, i think i should could do this, can anybody tell me how to imple this?
Thanks in advance!
-- geweicai

There was discussion of this
There was discussion of this here.
The answer may be studying that page and also the this test page.