Declined
Last Updated: 16 Jun 2025 11:32 by ADMIN
Stenly
Created on: 20 May 2025 16:08
Category: GridView
Type: Bug Report
0
GridView: Setting an initial ColumnFilterDescriptor causes the RadGridView to not filter correctly when modifying the values of the filter
When an initial filter is set via the ColumnFilterDescriptor property of a column, changing the filter's value via the distinct values in the UI causes the control to not be filtered correctly.
1 comment
ADMIN
Martin Ivanov
Posted on: 16 Jun 2025 11:32

Declined this because it is not a bug, but an issue with the setup of the filters. Using the settings in the project where this scenario was caught, you end up with a expression that looks like this:

(MyBooleanProperty IsEqualTo False) AND (MyBooleanProperty IsEqualTo True)

The bool property cannot be True and False at the same time, so the filter returns no items.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.