I am trying to configure the new DateRangePicker to chose ranges of months. I tried the dojo in this reference document, but the dojo does not work. I select the Month, but nothing happens. https://docs.telerik.com/kendo-ui/api/javascript/ui/daterangepicker/configuration/depth
I want the result to show April 2019 to April 2019. The control should return 4/1/2019 and 4/30/2019, if possible.
Hi Alex,
Thanks for the quick reply. Please change my ticket to a public feature request so others can vote on it. I would love to see this feature implemented.
Tony
$(
"#daterangepicker"
).kendoDateRangePicker({
depth:
"month"
,
start:
"year"
});