Hi,
I am using jqwidgets 2.9.3 and I have a grid which uses:
– filterrow
– checkedlist on a column which has a displayfield and a datafield (a lookup filled via an adapter)
If I just use a textfield on the column, the filtering of the text works fine. When I switch over to the checkedlist, the items in the displayed list are the ones displayed in the grid column, but once I activate one value, no rows are shown. I assume this filter uses the datafield for filtering and not the displayfield. When I change the datafield and set it similar to the displayfield, then the filter works. Since this particular grid is a non editable grid, that would work for me, but I might have other cases in the future.
Is this a known behaviour and maybe fixed with the new 3.0 release?
Kind regards
Klaus