jQuery UI Widgets › Forums › Grid › Custom grid filters
Tagged: custom, filter, filter item, filter option, filteritems, grid, jqxgrid, value
This topic contains 7 replies, has 3 voices, and was last updated by Peter Stoev 10 years, 1 month ago.
-
AuthorCustom grid filters Posts
-
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
i am not able to attach the image here in the post.
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,
DimitarjQWidgets team
http://www.jqwidgets.com/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
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 StoevjQWidgets Team
http://www.jqwidgets.com/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 AitaAny luck on the above requirement
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 StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.