jQuery UI Widgets Forums Grid Custom grid filters

This topic contains 7 replies, has 3 voices, and was last updated by  Peter Stoev 10 years, 1 month ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • Custom grid filters #64550

    ravikiran1226
    Participant

    I have a requirement to have a custom filters for a specific column ‘status’ in the grid

    possible values would be (open,resolved,re-open,defer,In Progress)

    can i have a column filter to select the value out of the above set.

    Please look at the screenshot for better understanding

    Custom grid filters #64552

    ravikiran1226
    Participant

    i am not able to attach the image here in the post.

    Custom grid filters #64557

    Dimitar
    Participant

    Hello ravikiran1226,

    Images cannot be posted directly on the forum. Please, provide us with a link to the image instead.

    As for your requirement, if you are using filter row, you can set your custom filter options with the column property filteritems.

    Best Regards,
    Dimitar

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

    Custom grid filters #64660

    ravikiran1226
    Participant

    Hello,

    We are using the column filtering grid not filter row. I have a requirement to show filters as below

    for some columns: filter expression (EQUALS, NULL,LESS etc)

    for some columns (enum values): check box filter items (filter type: check list)

    Any help on this requirement

    Custom grid filters #64662

    Peter Stoev
    Keymaster

    Hello ravikiran1226,

    For custom Grid filters in the filter menu, look at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filterconditions.htm?arctic

    Best Regards,
    Peter Stoev

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

    Custom grid filters #64706

    ravikiran1226
    Participant

    Thanks for your valuable suggestion for filtering the condition list (LESS THAN, Contains, Does not contains etc).

    In the same grid, i have another requirement for a column to show the filters based upon the available list (Open,OnHold,Inprogress,Resolved)

    —————————————-
    column1 | column2 | column3 | column4 |
    —————————————

    except column2 for other columns i need to add filter menu (as you send in your previous comment)
    for column2, i need to add a checkbox menu with the above list (open,onhold,inprogess and resolved).Upon the menuitem selection i need to filter the grid column data.

    Regards,
    Ravikiran Aita

    Custom grid filters #64752

    ravikiran1226
    Participant

    Any luck on the above requirement

    Custom grid filters #64760

    Peter Stoev
    Keymaster

    Hi Ravikiran Aita,

    It’s not possible to add different filtering widgets within the filter menu. The customzation option which is possible is the one I sent you.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.