I'm finding it hard to follow what month is what when using multi month views. It would be better if the month appeared above each month view. Where can I put a feature request in for this?
Currently, I'm using your Calendar component for a vacation request feature. It works decently for picking dates in that I can use CTRL and Shift to select many dates. I'm currently making the page responsive but the mobile user experience lacks because there is no way to select more than one date.
The ideal user experience would be to be able to single click (or tap from mobile) to select a date and be able to do that on as many dates as preferred (to select many). Clicking/tapping again would deselect the date. That would be better in both the desktop and mobile versions and more intuitive for a user (as no one has initially assumed CTRL and Shift work - I have had to train them).
Hi,
I try to implement a calendar there i use Range selection mode. I want the user only to click on the start range and then we will set end range in code based on the start range date.
So i have set an RangeStartChanged event handler and that works but the gui component think i am in select end Range date so i want to exit the selection state after i have select Start date.
Is there anyway to do that?
---
ADMIN EDIT
---
A possible workaround for the time being - use Multiple selection mode of the Calendar and simulate Range selection. Handle ValueChanged event, programmatically add the desired count of dates to the selection and style them as range: https://blazorrepl.telerik.com/cQuzvKbO29J2Tbnt04.
The calendar viewshows one row too much if the month only has 5 weeks. Please check the attached screenshots.
Steps to reproduce this behaviour:
Just use a regular calendar control and check a month that has 5 weeks only.
E.g. December 2019 if a culture with a week start of Sunday is selected or November 2019 if a culture with a week start of Monday is selected.
Basically want to do the same thing as on the following two demo pages:
Kendo UI already has this feature:
https://demos.telerik.com/kendo-ui/calendar/template
DevExpress UI for Blazor already has this feature:
https://demos.devexpress.com/blazor/Calendar#DayCellCustomization
Checked the documents but this doesn't seem supported yet, is that the case / is this something we could get implemented if so?
Many thanks,