jQWidgets Forums

jQuery UI Widgets Forums Grid Problem filter in Grid

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  sofmorona 11 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Problem filter in Grid #49156

    sofmorona
    Participant

    Hello,

    I have a problem with the function to filter in the grid…
    I have created this example:
    http://jsfiddle.net/9brE6/1/

    If I filter for the same columns everything is okay. But if I try to filter using the second column doesn’t work… the grid says that there aren’t any match…
    However, if I use the following localdata:
    {“participantId”:”25″,”idParticipantTest”:”31″},
    {“participantId”:”24″,”idParticipantTest”:”30″},
    {“participantId”:”23″,”idParticipantTest”:”29″}
    the second filter works…

    why sometimes works and others no…???

    I hope that someone can help me… I really need help…

    thank you in advance.

    Problem filter in Grid #49160

    Peter Stoev
    Keymaster

    Hi sofmorona,

    The problem is that in that code is missing the “type” property of the data fields. Please, look at the Grid’s Data Sources help topic.

    Best Regards,
    Peter Stoev

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

    Problem filter in Grid #49221

    sofmorona
    Participant

    Hello Peter,

    thank you very much for your fast reply!

    you are completely right, the problem was the type in the data fields. thank you for your help

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

You must be logged in to reply to this topic.