Browse By Tags

  • Applying a filter when grouped on multiple columns bugged?

    I've been working on a way to apply filters in a grid that is grouped but I've come across what may be a bug.

    I've got a grid that is grouped on 1 column and I've Implemented the RowFilterApplying Event.
    This Event picks up which column…

  • Grouping and Filtering used in combination

    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…