Unplanned
Last Updated: 21 Sep 2023 10:38 by ADMIN
Created by: Nico
Comments: 1
Category: Calendar
Type: Feature Request
3

Please provide the option to display week numbers like here

https://docs.telerik.com/kendo-ui/controls/calendar/week-numbers

Unplanned
Last Updated: 27 Mar 2024 15:50 by Sunali
Currently the navigation follows the Month->Year->Decade->Century order, we would need to change the navigation in order to skip a view.  
Unplanned
Last Updated: 29 Nov 2024 12:12 by ADMIN

When setting height to the day name label style

<Style TargetType="Label" x:Key="DayNameLabelStyle">
    <Setter Property="HeightRequest" Value="20" />
</Style>

the day names (names of the week days) disappear

 

 
Unplanned
Last Updated: 10 Dec 2024 08:56 by Nick
Provide an option to disable the navigation when clicking on the dates from previous and next month.
Unplanned
Last Updated: 14 Jan 2025 11:31 by Cameron
Created by: Cameron
Comments: 0
Category: Calendar
Type: Feature Request
2

Navigating around the Calendar control should be more intuitive and there should be more BindableProperty options for specifying the "semantic" hints provided by screen readers.

Now the behavior is as follow:

iOS –

  • When navigating through the days of the week, “Su” is read out instead of “Sunday” or “Mo” instead of “Monday”.
  • There are 4 options that are out of the component.

Android –

  • The month forward and backward buttons are announced as “button”.
  • Everything in the calendar picker (the days of the week and the dates itself) are announced as “rad calendar”.

Windows –

  • You can't get to the "Select date" string.
  • You can't get to the currently selected date.
  • You can't get to the month-year string.
  • The month forward and backward buttons are announced as "button".
  • You can't get to any of the dates in the calendar by using the arrow keys.
Unplanned
Last Updated: 03 Dec 2024 14:12 by Nick
Created by: Nick
Comments: 0
Category: Calendar
Type: Feature Request
1
Provide a way to override the Calendar navigation commands - add custom logic inside their Execute method, or prevent navigation.