Can dijit.form.FilteringSelect generate a seperate autocompletion http query each time user enters different value into textbox ?
AFAIK currently filtering based on this string is done at client side. I’d like to perform this filtering at server side.
Thanks for help.
I believe you can use a dojox.data.QueryReadStore as the specified
storewhen you create the filtering select and it will use the server for filtering. Your server endpoints will have to implement the proper contract though, as detailed inServer Side Implementationhere