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

[Solved] WeekView Date headers --> Click

3 Answers 79 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
michael schneider
Top achievements
Rank 1
michael schneider asked on 06 May 2009, 02:35 PM
Hello,
is it possible to make a weekview dateheader a link  and select the correspondent day (DayView)?

Best regards
Bernie

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 May 2009, 04:20 PM
Hello bernhard,

Currently, this is not possible, but we will provide this functionality probably for Q2 2009.

Thanks for your question.

Greetings,
Peter
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
Ian Russell
Top achievements
Rank 1
answered on 10 Dec 2009, 06:29 PM
I guess it is turned on by default in Q3 2009 version. Is there any way to turn that functionality off? I need to turn it off in the Month view as well.
0
Peter
Telerik team
answered on 14 Dec 2009, 03:27 PM
Hi Ian Russell,

You can disable this functionality with the following code:

function pageLoad() 
        {
            $telerik.$(".rsDateHeader").each(function(i) {
                $telerik.$(this).bind("click", function() {
                    return false;
                });
            });    
        }


Regards,
Peter
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
Scheduler
Asked by
michael schneider
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ian Russell
Top achievements
Rank 1
Share this question
or