If I set min value for the date picker, it does not display dates less than min date when it's opened.
My requirement is that dates less than min date should be shown in the date picker, but they should be disabled.
If I set min value for the date picker, it does not display dates less than min date when it's opened.
My requirement is that dates less than min date should be shown in the date picker, but they should be disabled.
All credit to devlero on this one, I was able to convert this to Razor Syntax, if anyone would like to use that instead.
You can make it with CSS styles and using custom content in Kendo datepicker.
HTML:
CSS:
JavaScript:
See demo: JSFIDDLE