Hello. We're having an issue with our datepickers, where only Sunday and Monday of the week are visible. I've attached a screenshot of the issue, and you can see how no other days of the week are visible. This persists whether you move to another month or not.
This issue is affecting all of our datepickers. We have several that are used in Grid Column Filters for date types (which generate automatically), as well as others that we have placed manually. Here is an example piece of our code declaring a datepicker:
We don't have any CSS styles that i can see that affect the datepickers, their containers, or make changes to the k-calendar class.
Is there some sort of configuration option that we might have set up correctly?
Thank you for your help!
This issue is affecting all of our datepickers. We have several that are used in Grid Column Filters for date types (which generate automatically), as well as others that we have placed manually. Here is an example piece of our code declaring a datepicker:
<
input
kendo-date-picker
id
=
"statFromDate"
ng-model
=
"fromDate"
/>
We don't have any CSS styles that i can see that affect the datepickers, their containers, or make changes to the k-calendar class.
Is there some sort of configuration option that we might have set up correctly?
Thank you for your help!