http://dojo.telerik.com/iwepo/5
In the grid I have a filterable date column with IsNull and IsNotNull operators. Above the grid I have a button which clears all the dataSource filters.
This works fine if you set the date column to be filtered on a value, e.g. is before / today's date.
However, if you choose the IsNull or IsNotNull operator, and then click the Clear filters button, the dataSource is indeed unfiltered, but the grid filter controls are NOT updated (the clear button remains visible, and the dropdown still has that operator selected).
This appears to affect IsNull, IsNotNull, IsEmpty, and IsNotEmpty, across all data types (number, date, text).
Is there some reason the filter controls are only updated when removing some (but not all) operators?