You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'?
The text was updated successfully, but these errors were encountered:
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'?
The text was updated successfully, but these errors were encountered: