jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • buddyhelp
    Participant

    As of my last knowledge update in September 2021, the jqxComboBox, part of the jQWidgets library, does not inherently support searching over AJAX. The jqxComboBox is a versatile widget that enables users to select items from a drop-down list or filter options using the built-in filter/search feature. However, this filter/search feature is limited to filtering items available in the combo box locally.

    If you wish to implement searching over AJAX with jqxComboBox, you would need to handle the remote data retrieval and filtering logic yourself. This typically involves using AJAX requests to fetch data from the server based on the user’s search query, and then updating the jqxComboBox’s data source with the filtered results.

    Keep in mind that the library might have introduced new features or updates after my last update. Therefore, I recommend checking the official jQWidgets documentation or community forums for the most up-to-date information regarding jqxComboBox’s capabilities and any recent changes that might include AJAX search support.

    Thanks
    Ellen Litwack
    Buddy Assignment Help

Viewing 1 post (of 1 total)