jQWidgets Forums

jQuery UI Widgets Forums Grid Toolbar Filter Problem

This topic contains 2 replies, has 2 voices, and was last updated by  silviorp 10 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Toolbar Filter Problem #56880

    silviorp
    Participant

    Hi.

    I’m trying to change the column being filtered on the toolbar example but it simply don’t work.

    http://jsfiddle.net/jqwidgets/N5qYC/

    In the example this column is being filtered: ( text: ‘City’ datafield: ‘name’ ) and I just can’t put it to work filtering another datafield. What am I doing wrong?

    Toolbar Filter Problem #56883

    Peter Stoev
    Keymaster

    Hi silviorp,

    As you can see from the sample, the Grid makes a Server request to a Remote server using the Input’s Value in the query and then re-binds itself depending on the server’s result. That filtering is not built-in the widget. It is available from the Remote server. So, if you want to change that, open geonames.org and look at its available API.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Toolbar Filter Problem #56884

    silviorp
    Participant

    Oh, now I understand.

    I’m gonna use Ajax calls for that. I think that’s gonna work, then.

    Thanks.

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

You must be logged in to reply to this topic.