Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
516
Grouping and Filtering used in combination
posted

Hello,

Recently I've made a webgrid where the data is grouped by a few columns. This works without problems.
Now, however, i've tried to add filtering to the page. At first I set the filtermode to SiblingRowsOnly.
This had the effect that the filter is applied to the segment of the grid that is expanded, but not the rest.
Also, trying to undo the filter in that case did not work. All I could do is reload the page.

Next I tried setting the filtermode to AllRowsInBand. This also works, but only if all grouped lines are expanded. If you expand just on line and try to apply the filter, you get a little 'timer' animation, but the dropdownlist for the filter does not show.

So what I'm looking for is a way to apply a filter to the entire grid, regardless of how many grouped lines have been expanded.

Has anyone encountered this problem and/or knows how to resolve this?
your help would be greatly appreciated.