jQWidgets Forums

jQuery UI Widgets Forums Lists ListBox Search in listbox

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Search in listbox #8815

    Neelam
    Member

    Hello,

    I want to search in a listbox using new functionality ‘Remote Search’. This returns the data starting with search keyword.

    But I want the data those contain search keyword at start, middle and end. for example, if I search with China, it should return me ‘Austria, China, India’ not the only records starting  from China.

    Regards,

    Neelam

    Search in listbox #8827

    Peter Stoev
    Keymaster

    Hi Neelam,

    The ‘Remote Search’ sample works with a remote service which is not implemented by us. We update the field: ‘name_startsWith’ when the user presses a key in the input field. The service internally knows what to do with that parameter. In your application’s scenario, you will have to work with your service / data source and send the search string from the input field to it. The returned data which the ListBox should display depends on how your server script will work with the search string.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.