This is a migrated thread and some comments may be shown as answers.

Anyone seen this? Screenshot. Phantom extra day of week in Calendar?

1 Answer 30 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 22 Jun 2009, 08:43 PM
Anyone seen this before?

http://www.fredmastro.com/external/images/extraday.jpg

It's showing an extra day of the week before Sunday with a date and all.  You can click on the date and highlight it but it doesn't fire the date selected event or close the calendar.  It's weird. How do I get rid of it?

here's my code, the page has about 20 dates using one calendar and they all do this.

  function focusPicker(sender, args) { 
                sender.get_dateInput().focus(); 
            }  
 
 
        <telerik:RadAjaxPanel ID="upCal" runat="server"
            <telerik:RadCalendar ID="calShared" runat="server" EnableMultiSelect="false" /> 
        </telerik:RadAjaxPanel> 
 
<telerik:RadDatePicker ID="calDischargeDate" runat="server" SharedCalendarID="calShared" ClientEvents-OnDateSelected="focusPicker" ValidationGroup="BasicClaimFields"/> 

1 Answer, 1 is accepted

Sort by
0
Fred
Top achievements
Rank 1
answered on 22 Jun 2009, 08:49 PM
Never mind, figured it out. They are Row headers for week of the year.

 ShowRowHeaders="false" on calendar  fixes it.

Tags
Calendar
Asked by
Fred
Top achievements
Rank 1
Answers by
Fred
Top achievements
Rank 1
Share this question
or