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.
Unplanned
Last Updated: 22 Sep 2021 13:22 by ADMIN
Created by: UXWorks
Comments: 1
Category: DateRangePicker
Type: Feature Request
2

I'm really disappointed with how basic the functionality is that rolled out with the new DataRangePicker. At a minimum, I thought you would include these two pieces of functionality:

  • A section where we can customize or show preset ranges a user can select from, such as yesterday, today, last week, this week, last month, this month, etc.
  • The ability to put the start and end date in a single input box, not requiring two boxes

Other competitors and systems have these and I would have thought they would have been out of the box.

Attached are a few screenshots.

Unplanned
Last Updated: 22 Sep 2021 13:19 by ADMIN
Created by: UXWorks
Comments: 0
Category: DateRangePicker
Type: Feature Request
1
Add the ability to put the start and end date in a single input box, not requiring two boxes.