This is a migrated thread and some comments may be shown as answers.

Grid OR filter bug

0 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christian
Top achievements
Rank 1
Christian asked on 16 Nov 2010, 04:36 PM
Dear Telerik,
I am quite sure we have a problem which must be attributed to a bug in our MVC Telerik Grid.

We use filters on the grid data. Some filters must be able to do OR filtering. We also use grouping.

If we need records with Severity==0 || Severity==1
we can get the following url when using telerik:
http://localhost/Issue/List?page=1&orderBy=~&groupBy=~&filter=(Severity~eq~0~or~(Severity~eq~1))
THIS WORKS.

If we then drag the Column header to the top grouping bar, in order to group by that particular column,
the url when using telerik is now:
http://localhost:51992/Issue/List?page=1&orderBy=~&groupBy=Assignee.Name-asc&filter=Severity~eq~0~and~Severity~eq~1

Severity has been changed from an OR filter to an AND filter. This must be a bug.

Can you help us, Telerik?

BR,
Christian
Tags
Grid
Asked by
Christian
Top achievements
Rank 1
Share this question
or