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

RadCalendar FastNavigation Issue.

2 Answers 94 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Leo Paul Clement
Top achievements
Rank 1
Leo Paul Clement asked on 17 Feb 2009, 09:38 PM
In our application we do not want the FastNavigation for the Rad Calendar. So we had set the FastNavigationNextImage, FastNavigationNextText and other fast navigation properties to be empty.

Today the lates Q3 2008 has been installed in my system and these images are appearing again.

Is there a way to remove the FastNavigation images/buttons?

Because, the EnableNavigation removes all the four navigation buttons.

Thanks,
Leo Paul Clement J.

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 19 Feb 2009, 06:14 PM
Hi Leo Paul Clement,

As of Q3 2008 the RadCalendar navigation buttons are rendered as hyperlinks with background images using sprites. In order to hide the fast navigation buttons, you can do the following:

ASPX

<telerik:RadCalendar  CssClass="MyRadCalendar"  />

CSS

.MyRadCalendar  .rcFastPrev,
.MyRadCalendar  .rcFastNext
{
        visibility: hidden;
}

I am sorry this is not documented in our online help - the new updated version of the related article will be uploaded soon.


Regards,
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
Leo Paul Clement
Top achievements
Rank 1
answered on 23 Feb 2009, 07:28 PM
Hi Dimo,

    Thanks for the help. It works as expected.

Regards,
Leo Paul Clement J.
Tags
Calendar
Asked by
Leo Paul Clement
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Leo Paul Clement
Top achievements
Rank 1
Share this question
or