jQuery UI Widgets Forums Grid Apply default filter on row type Filter

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Apply default filter on row type Filter #48824

    Snehal
    Participant

    Hi,
    I have added row filter in grid. In that for one column i used ‘checkedlist’ filterType.

    I want to apply default filter on that column when grid is initialized. How to do this?

    I saw “Grid Filtering” in documentation, but that is only for filtering panel in the columns popup menus.
    I do not understand how to do this for row type filter.

    Thanks & Regards,
    Snehal

    Apply default filter on row type Filter #48832

    Snehal
    Participant

    Hi,

    For example : i have a Column named “Type” contains only “A” and “B” values.
    Filter type “checkedlist” is used in filter row.

    when grid is initialized, I want to show filtered grid with type “A” only , and on click of remove filter button it will show all rows with both types.

    Apply default filter on row type Filter #49074

    Dimitar
    Participant

    Hello Snehal,

    To achieve this, please apply the filter in the grid’s ready callback function, as done in the demo Filtering.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.