This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
RadCalendar in Month viewMode cannot scroll to month when maxDate is set #678
Please, provide the details below:
RadCalendar in Month viewMode cannot scroll to month when maxDate is set
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
package.json
)Please tell us how to recreate the issue in as much detail as possible.
Suppose today is 2018/05/28 and calendar is opened on today's date. Given this code:
<RadCalendar viewMode="Month" transitionMode="Slide" selectionMode="Single" minDate="2018/05/28" maxDate="2018/06/06" [dayViewStyle]="getDayViewStyle()" [monthViewStyle]="getMonthViewStyle()"> </RadCalendar>
... the calendar cannot scroll to June when maxDate is set. If we remove it, it can scroll further.