Declined
Last Updated: 14 Oct 2014 12:43 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 10
Category: Calendar
Type: Feature Request
13
Support for Persian calendar.
Completed
Last Updated: 14 Oct 2014 11:29 by ADMIN
Completed
Last Updated: 09 Nov 2015 14:00 by Antoni
Created by: Roman
Comments: 2
Category: Calendar
Type: Feature Request
9
Hi. 
It would be very good to have an ability to disable autocorrect.
Unplanned
Last Updated: 07 Feb 2018 23:50 by Uri
Created by: Carl
Comments: 1
Category: Calendar
Type: Feature Request
5
If it is possible, I'd like to be able to select the hour and minute individually from the same popup/dropdown.   
Currently, if you set the interval to anything less than 15 mins the list becomes far too big, imo, and forcing the list to scroll isn't always the most usable way to do things, especially if that list is particularly large (intervals of 5 mins or lower).

It would be really handy if the user could somehow choose the hour and minute separately before the popup/dropdown closes. This would minimise space used because you wouldn't need every instance of each hour/minute combination. You'd just need the hours displayed, and the minutes displayed.
Completed
Last Updated: 14 Oct 2015 10:51 by ADMIN
Declined
Last Updated: 26 May 2014 13:57 by ADMIN
ADMIN
Created by: Sebastian
Comments: 2
Category: Calendar
Type: Feature Request
5
AJAX controls like RadTextBox and RadComboBox have label as one of their properties.
However RadDatePicker doesn't have a label. Although it is possible to add a label to a RadDatePicker, the results are far from what you can see in RadTextBox and RadComboBox.
Completed
Last Updated: 19 Oct 2015 15:03 by Alessandro
Completed
Last Updated: 20 May 2022 09:49 by ADMIN
Release R1 2022

Error message:

Uncaught TypeError: Cannot read properties of undefined (reading '_events')
    at Sys.UI.DomEvent.addHandler (Telerik.Web.UI.WebResource.axd:6:57366)
    at Telerik.Web.UI.RadCalendar.initialize (Telerik.Web.UI.WebResource.axd:4916:8)
    at Telerik.Web.UI.RadCalendar.endUpdate (Telerik.Web.UI.WebResource.axd:6:53689)
    at Sys.Component.create (Telerik.Web.UI.WebResource.axd:6:55151)
    at Array.<anonymous> (Default.aspx:130:5)
    at Telerik.Web.UI.WebResource.axd:6:51370
    at Sys._Application._raiseInit (Telerik.Web.UI.WebResource.axd:6:72276)
    at Sys._Application.initialize (Telerik.Web.UI.WebResource.axd:6:69772)
    at b (Telerik.Web.UI.WebResource.axd:6:71512)
    at HTMLDocument.a (Telerik.Web.UI.WebResource.axd:6:71786)

Possible workarounds from Admin: 

1) Use Lightweight render mode instead of Classic: https://docs.telerik.com/devtools/aspnet-ajax/controls/render-modes#setting-render-mode 

2) Disable temporarily the keyboard navigation of the control

3) Use the attached script and load it on the page: 

3.1) Using a RadScriptManager (adjust the file name and path to fit your application)

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    <Scripts>
        <telerik:RadScriptReference Path="fix.js" OutputPosition="End" />
    </Scripts>
</telerik:RadScriptManager>

 

3.2) In an inline script tag somewhere AFTER the ScriptManager(e.g. at the end of the <form> or <body> tag)

3.3) As a script reference - place it AFTER the script manager as 3.2) or use the defer="defer" attribute

<script defer="defer" src="fix.js"></script>

 

4) Submit a support ticket if you would prefer a custom Telerik.Web.UI.dll assembly with the issue resolved.

 

 

Unplanned
Last Updated: 15 Oct 2020 15:12 by ADMIN
Declined
Last Updated: 05 Aug 2020 15:51 by ADMIN
Created by: JeffSM
Comments: 1
Category: Calendar
Type: Feature Request
3
This suggestion is add a css class to each anchor tag for each day, a unique css, like:
class='day20180213'.
with this we can make a css definition:
holydays.css
       day20180213 { background-color:red } // carnival
/* day YYYYmmDD */

this option has unlimited uses for any reason you want.

how it will works:
<td title="terça-feira, fevereiro 13, 2018" class="rcSelected" style=""><a class='day20180213' href="#">13</a></td>
Completed
Last Updated: 31 Aug 2017 19:17 by khandu
RadDatePicker/RadDateTimePicker can not set different date than the current one in Win10 (IE11 and Edge) when Finnish and Norwegian culture is used.

Microsoft changed the Time separator for these cultures, it breaks not only our JavaScript parsing but the .NET parsing as well.
https://connect.microsoft.com/VisualStudio/Feedback/Details/1621722

The issue is fixed for Q3 2015 SP1. Internally we change the TimeSeparator used by the DateInput to ":" for cultures where it is the same as the DateSeparator. It will not affect the DateFormatString.
Completed
Last Updated: 19 Mar 2019 14:51 by ADMIN
Completed
Last Updated: 08 Mar 2018 15:59 by ADMIN
Created by: Asaf
Comments: 1
Category: Calendar
Type: Feature Request
1
Hi,

I would like RadDatePicker to have DropDown Combo boxes for years and months like attached picture please.

Kind Regards,
Asaf
Unplanned
Last Updated: 26 May 2021 20:06 by ADMIN
Created by: Lane
Comments: 0
Category: Calendar
Type: Feature Request
1
When handling the SelectionChanged event on a Calendar with EnableMultiSelect="true", there is no way to determine the new selected date(s). The SelectedDatesEventArgs exposes the entire range of selected dates, but it does not tell which of those dates were previously selected. Add a property to the event args that would expose this.

OR

Add an attribute to the RadCalendar when EnableMultiSelect="true" to "DeselectWhenSelectingNewDates." If this is set to true, any date selection on the calendar would deselect any previously selected dates.

Unplanned
Last Updated: 01 Aug 2016 14:13 by Jerzy Czarnota
Created by: Jerzy Czarnota
Comments: 0
Category: Calendar
Type: Feature Request
1
We have just got issue with WCAG compatibility when applying for WCAG certification.
 The problem is that RadCalendar used for RadDatePicker has a strange behaviour when tabbing. We can't get focus to buttons (<<,<, >, >>)  that are in the header of the Calendar popup. We can successively navigate contemt of the Callendar -days of the month both with Tab and arrow keys (with EnableKeyboardNavigation="true"
 ) , but not to header buttons.
 We found nearly the same problem on Telerik demo: http://demos.telerik.com/aspnet-ajax/calendar/examples/functionality/keyboardnavigation/defaultcs.aspx

 Please look that Calendar at the top of the page does not allow select its header buttons. But the one in popup inside RadDatePicker can tab to its header buttons. 
 (however in strange way order is: days navigation inside Calendar1 by arrows, Tab- RadCalendar1, Tab- header of Callendar1 first button: <<)
Completed
Last Updated: 17 Dec 2020 18:54 by ADMIN
Put more than two RadDatePicker with single SharedCalendar on page. some RadDatePicker are in side of UpdatePanel with a button in it. when I press that button RadDatePicker behaviour is strange. 
RadDatePicker inside UpdatePanel not opening Calendar popup while RadDatePicker outside UpdatePanel opens calendar popup but gives javascript error on any date selection. the javascript error is "Unable to get property '_selectedDates' of undefined or null reference".
It looks like it is destroying shared calendar object on partial postback.
Please find below sample code to replicate the issue. after clicking "Submit" button, it doesn't open calendar popup for "Date 2" and for "Date 1" it opens but doesn't allow to select date and gives JavaScript error.

----------------------
<asp:ScriptManager ID="sc1" runat="server" />
<telerik:RadCalendar ID="dtCal" runat="server" EnableMultiSelect="false" />
Date 1:
<telerik:RadDatePicker ID="dt1" Width="103px" runat="server" SharedCalendarID="dtCal" />
<hr />
<asp:UpdatePanel runat="server" ID="up">
	<ContentTemplate>
		Date 2:
		<telerik:RadDatePicker ID="dt2" Width="103px" runat="server" SharedCalendarID="dtCal" />
		<br />
		<asp:Button runat="server" ID="btnDT" Text="Submit" />
	</ContentTemplate>
</asp:UpdatePanel>
----------------------

When i add all controls in UpdatePanel it works properly. but Actual code is much more complex than above sample with too many lines of javascript code and many date pickers on single page and simply all Calendar and DatePicker controls can not be moved in UpdatePanel.
Completed
Last Updated: 13 Aug 2021 12:33 by ADMIN
Release R2 2019
RadMonthYearPicker is missing form the SkinManager's ControlTypeToApplyskin collection
Declined
Last Updated: 03 Sep 2014 07:26 by ADMIN
We have a requirement were the users can select multiple range of dates from the Calendar control.The selected range of dates will be saved as "StartDate" and "EndDate" in the SQL database. In the Calendar control we have "RangeSelectionStartDate" and  "RangeSelectionEndDate " ,but this doesn't allow the user to select multiple range of dates .When the dates in the range are selected any other date selection deselects all dates from range selection.

It would be nice if we have the feature of selecting multiple range of dates in the upcoming release.


Regards
Karthik
Completed
Last Updated: 01 May 2018 13:43 by ADMIN
-> When DatePicker renders for the first time, it applies the CSS according to the selected skin.
Reference Image: Comtrol in Filter Panel first time render.jpg

-> But as soon as I enter into an edit mode or insert than the CSS is not applied to the control and the design of the RadCalender is breaking somehow.
Reference Image: Control while Editing.jpg

-> Also entering into edit or insert break the design of the other RadCalender control placed in filter panel.
Reference Image: Control in Filter Panel.jpg
1 2 3 4