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>
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.
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:
Other competitors and systems have these and I would have thought they would have been out of the box.
Attached are a few screenshots.