Hi Erik,
As you have submitted a support ticket on the same topic and I already replied there, I am pasting the answer here in case anyone from the community encounters the same.
1) The reason for this behavior is the fact that the DatePicker default behavior is selecting the current day on opening. For example, Apr 4, 2017. When the user changes the month, the day will is not changed. Thus, there are no records after the filtering.
One of the possible solutions is manually setting the value of the DatePicker once the open event fires.
http://docs.telerik.com/kendo-ui/api/javascript/ui/datetimepicker#methods-value
http://docs.telerik.com/kendo-ui/api/javascript/ui/datetimepicker#events-open
For example, with a code similar to:
2) The reason behind this faulty behavior is the memory leak that could be observed in the developer console. I would suggest removing the
value from the
data-bind property of the grid and reimplementing the
continueImplementation function. For example,
data-bind=
"source: propertyList, value: selectedItem, events: {dataBound: gridBound }"
Finally, the modified Dojo is available here:
http://dojo.telerik.com/evEmOw
Regards,
Preslav
Telerik by Progress