telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Programmatic Grid filter of null value works correctly but does not display correctly #7854

Open stehlo1 opened 4 months ago

stehlo1 commented 4 months ago

Whether using PHP or JavaScript (jQuery), when the null value is programmatically filtered in the Grid's column, e.g., {field:"year",value:null,operator:"isnull"}, the Grid operates correctly; however, the column's filter is not set visibly.

This seems to be a bug.

Please note that even overriding the null value with a string "null" and operator "isnull" with "eq" does not help, even though the filter's drop-down-list contains checkbox with a string "null" for both the value and the text.

iordanGrancharov commented 2 months ago

@stehlo1 Can you provide a simple Dojo example, some steps to reproduce, and the expected outcome, so we can determine if this is a bug?