I am trying to filter a grid with a custom button on my toolbar by applying a date filter.
The button works and places the correct date in the column filter as shown in picture but does not fire the Filter action.
If I open the Column filter and press filter, then it applies it.
Jquery button action:
$('#GridSampleLog').data().kendoGrid.dataSource.filter({field: 'DateToDispose', operator: 'lt', value: getDate()});
See attached pictures for after click and after click on Filter.
I am using other filters that work well for integer values.
Using ASP.Net core UI version 2017.2.504

