jQWidgets Forums

jQuery UI Widgets Forums Grid filter issue

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    filter issue Posts
  • filter issue #80521

    Rajesh
    Participant

    Hi All,

    I have implemented grid its working fine for all filter but not working when i apply * filter
    we have requirement like user can apply * filter for ex.– have Name field and having value Rajesh so then user can filter Raj* then get data which record having Name start from Raj..

    filter issue #80523

    Peter Stoev
    Keymaster

    Hi Rajesh,

    Please, look at our Grid’s demos about Filtering and look at what is the difference with your code. I suppose you missed some parts, because such issue does not exist in any of our demos.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    filter issue #80575

    Rajesh
    Participant

    Hi Peter,

    Thanks For reply

    I think you didn’t get my question let me explain better way

    suppose

    Name
    ———–

    Rajesh
    Madhav
    Marry
    Ram
    Vilas

    ok then i want apply filter on name column

    with Ma* in filter textbox

    so result should be

    Name
    ———
    Madhav
    Marry

    because those two records start with Ma

    simply same like database SQl Query if you know about Database

    select * from customers where name like ‘Ma%’

    getting records

    Madhav
    Marry

    I try our all demo there also filter with * not working

    Thanks,

    Rajesh

    filter issue #80576

    Peter Stoev
    Keymaster

    Hi Rajesh,

    You have to type “Ma” and the filter will display all records that contain “Ma” or start with “Ma” depending on the column’s filtercondition. The string “*” is Invalid i.e if you do not have a word that contain “*”, the Grid will display nothing. Again, you can try our demos in order to learn how to use the Grid’s filtering. It works in the same way as any online Grid widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.