Unplanned
Last Updated: 28 Aug 2023 10:25 by Winnovate Tech.
Created by: Winnovate Tech.
Comments: 0
Category: DateRangePicker
Type: Bug Report
0
Clearing the dates in the DateRangePicker would not work for both StartDatePicker and EndDatePickers, only the EndDatePicker gets cleared.
Unplanned
Last Updated: 14 Apr 2022 11:00 by ADMIN
Created by: Joel Kraft
Comments: 1
Category: DateRangePicker
Type: Bug Report
1

Error thrown:
Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: 'maxDate' is not a property or an existing field.

Setup for reproduction:

<asp:ScriptManager runat="server" ID="ScriptManager1"></asp:ScriptManager>

<telerik:RadDateRangePicker runat="server" ID="RadDateRangePicker1"
MinDate="2022-05-01" MaxDate="2022-05-01">
</telerik:RadDateRangePicker>

Unplanned
Last Updated: 09 Mar 2022 15:06 by ADMIN
Created by: John
Comments: 0
Category: DateRangePicker
Type: Bug Report
0

Hi,

When RadDateRangePicker has StartDatePicker-AutoPostBack and EndDatePicker-AutoPostBack set to "true", after postback when focusing the end date: the days from ending month are not selected in the calendar.

They are selected on the left side, but not on the right side. Is this intended behavior? 

Code excerpt:

<telerik:RadDateRangePicker ID="rdrpDateRange" runat="server" StartDatePicker-AutoPostBack="true" EndDatePicker-AutoPostBack="true" />

Thank you.

Unplanned
Last Updated: 29 Nov 2021 16:21 by ADMIN
PopupDirection property of RadDateRangePicker has no effect.