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
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: 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.

 

 

Declined
Last Updated: 30 Jun 2016 15:46 by ADMIN
I have created a date user control using calendar extender. I have a textbox and calendar extender inside a DIV and its position set to relative and z-index is 1. When the page loads the datecontrol's popup is overlapped by the textbox of the second datecontrol. There is no problem with other controls. I have simple textboxes below that, but that is not overlapping. Please suggest a solution for me.
Won't Fix
Last Updated: 15 Aug 2024 14:25 by ADMIN
Declined
Last Updated: 20 Jan 2015 15:38 by ADMIN
Created by:
Comments: 1
Category: Calendar
Type: Bug Report
1
Hi everyone. I got an issue when I used RadCalendar under IE10. There is a big blank area on the right of this control after I clicked next month or next year for navigation. But it displayed OK under Firefox.
Does anyone get this problem? Is there any solution to fix it?  
Thank you.
Declined
Last Updated: 21 Jun 2022 21:36 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by Piyushkumar
Hi,
Reported & Replicated so far on IE 9.
I have an APS.net user control containing 2 RadDateTimePickers.

The UI gets screwed on IE 9 on first load. (Screenshot attached) Icons become available when we click on Calander icon link for 2-3 times and then after it is available on subsequent loads in same scenario.

I am the one who recommended Telerik in my team and our implementation is pending just because of this as many of our clients use IE 9. Please fix ASAP or suggest simple work around.

Thanks,
Piyush
Declined
Last Updated: 14 Feb 2014 06:44 by ADMIN
Created by: Phillip Moore
Comments: 1
Category: Calendar
Type: Bug Report
1
I placed a RadMonthYearPicker on my page.

<telerik:RadMonthYearPicker DateInput-DateFormat="MMMM, yyyy" DateInput-DisplayDateFormat="MMMM, yyyy" Skin="MetroTouch" ID="MYPickerEnd2" CssClass="MYPickerEnd2" runat="server" />

var monthyearpicker = $find("<%= MYPickerEnd2.ClientID %>");

I am getting null every time.

On my page I am getting this as the client id: ctl00_MainContent_AnalyticOutline_MYPickerEnd2

I was going to use javascript to open the RadMonthYearPicker when clicking on some specific text on our page.
Completed
Last Updated: 04 May 2015 09:08 by ADMIN
Completed
Last Updated: 30 Apr 2015 15:14 by ADMIN
Completed
Last Updated: 20 Jul 2015 14:14 by Steve
1 2 3 4