Unplanned
Last Updated: 24 Oct 2024 11:54 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: DateRangePicker
Type: Feature Request
1
Currently, you can select a single day, but this will set the StartDate to the selected date and EndDate to null. Add option to enable a selection range of a single day, where StartDate == EndDate. 
At the moment, you can do that by programmatically setting the StartEnd and EndDate properties, or by editing the values in the text input, but this cannot be done via the UI. 
Also, when StartDate == EndDate, a click on another date in the calendar continues the selection, instead of starting a new selection range. In this situation, a new selection should be started when another date is clicked.
Unplanned
Last Updated: 06 Sep 2024 15:21 by Stenly
Currently, the Text property of the TextBlock elements in the top bar can be changed by extending the RadDateRangePicker control and by overriding the GetTemporaryStartDateRepresentation and GetTemporaryEndDateRepresentation methods. 

We could introduce properties for changing the date representation rather than extending and overriding the above-mentioned methods.