jQuery UI Widgets Forums General Discussions Does jqxComboBox support searching over AJAX?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  svetoslav_borislavov 2 months, 1 week ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • StephenK
    Participant

    I have an existing dataAdapter that I use with a jqxGrix through with virtualmode set to true. This lets me do filtering and paging. I’d like to reuse this dataAdapter with a jqxComboBox. I would like it to do filtering based on the text entered into the combo box and send that filter to the URL endpoint similar to how the virutual mode for grid works. Does this functionality already exist? I looked over the demos and API for the combo box and it looks like there isn’t really a dynamic mechanism to it.

    I’m looking into remoteAutoComplete more in the meantime, but an example similar to what the jqxGrid documentation shows would be helpful.

    • This topic was modified 2 months, 1 week ago by  StephenK. Reason: Added possible next steps

    Hi,

    No, you cannot use the same data adapter as jqxGrid and jqxComboBox support different features.

    You can use the remoteAutoComplete.
    Here is an example: http://jsfiddle.net/vnLqmy14/

    Basically, you are sending the search string somewhere and the response from the request should be the data
    I hope this helps!

    Best regards,
    Svetoslav Borislavov

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.