Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Kendo UI 'isnull' and 'isnotnull' filters #30

Open
asteffes opened this issue Jan 25, 2017 · 1 comment
Open

Support for Kendo UI 'isnull' and 'isnotnull' filters #30

asteffes opened this issue Jan 25, 2017 · 1 comment

Comments

@asteffes
Copy link

Kendo UI grid supports filtering columns based on 'NULL' or 'Not NULL' values.

These grid filters pass serialized 'Filter' objects to the server with string operators like 'isnull' and 'isnotnull' for the specified columns.

The Kendo.DynamicLinq.Filter collection of operators does not contain the 'isnull' or 'isnotnull' operators, and therefore there is an exception thrown when attempting to evaluate these filters using the ToDataSourceResult IQueryable extension method.

How can we gain support for these Kendo UI grid filters 'isnull' and 'isnotnull'?

@Hashemalrifai
Copy link

Hi, I have the same issue, and I can see this PR #23
Can anyone review and merge to master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants