This topic contains 1 reply, has 2 voices, and was last updated by Hristo 9 years, 4 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Grid › FilterType 'checkedlist' values limited to visible values in virtual mode
Tagged: angular grid, angular2 grid, bootstrap grid, javascript grid, jquery grid, jqwidgets grid, jqxgrid, jqxgrid virtualmode filtertype, typescript grid
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 9 years, 4 months ago.
I have a filterable jqxGrid in virtual mode where my filter type has been set to “checkedList”. The checked list possible values only show the values that are currently in the visible rows. My filtering code is server side and it works great for the textbox filtering, but when I try and populate the items for the checklist filtering it only gets possible values from visible rows. So if I have a column that has 5 different colors in it, where only 3 are in the visible rows, then my checklist filtering options are limited to those 3. When I scroll down the possible values change (so then I might have 2, 3, or 4 possible color values). I’m trying to figure out how to get the possible values to be from the whole dataset and not just the visible rows. Am I missing some filtering code that gets all the possible filter options and not just visible options?
Hello JElmer,
Unfortunately, we do not have such demo.
But you could try to create a workaround. You could use for that particular column to set filteritems: [] member with a preloaded data file.
Please take a look at this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filterrowwithcustomitems.htm?light
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.