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

[Solved] Column Header issue

3 Answers 94 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 12 May 2009, 02:37 PM
Hi,
 I had customized datepicker and when I move mouse over the column header after page is loaded for the first time the dates get highlighted even though I have not enabled the properties related to column header How can this issue be solved?

<telerik:RadDatePicker AutoPostBack="false" runat="server" ID="datepicker1" Skin="Web20new"
                    EnableEmbeddedSkins="false" MinDate="1900-01-01" Width="132px">
                    <DateInput runat="server" InvalidStyleDuration="100" DateFormat = "MM/dd/yyyy" LabelCssClass="radLabelCss_Web20new" Skin="Web20new"
                        EnableEmbeddedSkins="False" ShortYearCenturyEnd="2039">
                        <InvalidStyle ForeColor="Red" />
                            
                        </DateInput>
                    <DatePopupButton CssClass="radPopupImage_Web20new" ImageUrl="Skins/Web20/Calendar/datePickerPopup.gif"
                        HoverImageUrl="Skins/Web20/Calendar/datePickerPopupHover.gif" />
                    <Calendar runat="server" TitleFormat="MMM yyyy" Skin="Web20new" NavigationPrevImage="Skins/Web20/Calendar/arrowLeft.gif"
                        NavigationNextImage="Skins/Web20/Calendar/arrowRight.gif" FastNavigationNextImage="Skins/Web20/Calendar/fastNavRight.gif"
                        FastNavigationPrevImage="Skins/Web20/Calendar/fastNavLeft.gif" ShowRowHeaders="False" EnableEmbeddedSkins="False" 
                         NavigationNextToolTip="Next Month" NavigationPrevToolTip="Previous Month"
                          FastNavigationNextToolTip="Three Months forward" FastNavigationPrevToolTip="Three Months Back">
                        
</Calendar>
                </telerik:RadDatePicker>  

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 May 2009, 03:11 PM
Hi John,

Which RadControls version you are using? The described issue should not occur in the latest official version.

Try setting

<telerik:RadDatePicker>
      <Calendar  UseColumnHeadersAsSelectors="false"  UseRowHeadersAsSelectors="false"  />
</telerik:RadDatePicker>

Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
John
Top achievements
Rank 1
answered on 12 May 2009, 03:23 PM
Hi Dimo,
 We are using version 2008.01.0515.20. I made change like what you have said and I still have the same issue. Is this hapennign because of the version issue ?

Thank you
0
Dimo
Telerik team
answered on 13 May 2009, 01:08 PM
Hello John,

Yes, this RadControls version is too old and exhibits this problem.

Please consider upgrading or use a shared calendar as a workaround:

<telerik:RadDateTimePicker ID="RadDateTimePicker1" runat="server" SharedCalendarID="RadCalendar1" /> 
 
<telerik:RadCalendar ID="RadCalendar1" runat="server" 
    UseColumnHeadersAsSelectors="false" UseRowHeadersAsSelectors="false" /> 


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Calendar
Asked by
John
Top achievements
Rank 1
Answers by
Dimo
Telerik team
John
Top achievements
Rank 1
Share this question
or