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

PresentationType = Preview issue

1 Answer 49 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Andrew Jacks
Top achievements
Rank 1
Andrew Jacks asked on 09 Nov 2009, 05:15 AM
G'Day,

We have set our calendars to PresentationType="Preview" as the example  http://demos.telerik.com/aspnet-ajax/calendar/examples/functionality/readonlycalendar/defaultcs.aspx

However the calendars are still interactive. i.e. when the user clicks on a date the selected date is highlighted by a black dotted boarder. This give the impression that something should happen.

As this behaviour occurs on the Telerik example I know we do not have any incorrect code, just need to know if there is a workaround for it and also see if the guys at Telerik are aware of this issue.

Thanks

Andrew

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 09 Nov 2009, 09:17 AM
Hello Andrew,

Please use the following approach to disable the dotted borders for clicked calendar cells:

ASPX

<telerik:RadCalendar  CssClass="MyCalendarClass"  />

CSS

.MyCalendarClass  .rcRow  a
{
       outline: none ;
}


We will implement this out-of-the-box for some of the next RadCalendar versions.


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Calendar
Asked by
Andrew Jacks
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or