I have a kendoDatePicker with dept set to year acting as a month filter on data displayed in a grid.
I want to visualize for the user if a particular month has data and am looking for a way to customize the content of the month cells.
$("#period-filter").kendoDatePicker({
start: "year",
depth: "year",
format: "MMM yyyy",
value: new Date
});See screenshot.
It seems the API does not support such a scenario out of the box.
Any suggestions?
/Morten
