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

I want to click on the Scheduler MonthView one day, DayView don't show

2 Answers 58 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
zh2yu
Top achievements
Rank 1
zh2yu asked on 22 Jun 2011, 07:45 AM
Hi,

I want to click on the Scheduler MonthView one day, DayView don't show,Is through the attribute to set or through the events to set.

Thanks a lot!!

Regards

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 Jun 2011, 02:09 PM
Hi zh2yu,

You can try to add this javascript to your code:

function pageLoad(sender, args) {
           $ = $telerik.$;
           vara = $(".rsDateHeader").click(function (e) { return false; });
       }

If you want to remove the hover style you can also add this:

<style type="text/css">
      .rsDateHeader:hover
      {
          text-decoration: none !important;
          cursor: default !important;
      }
  </style>

I hope this helps.

Best wishes,
Plamen Zdravkov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
zh2yu
Top achievements
Rank 1
answered on 24 Jun 2011, 02:42 AM
Hi  Admin,

Thank you very much
Tags
Scheduler
Asked by
zh2yu
Top achievements
Rank 1
Answers by
Plamen
Telerik team
zh2yu
Top achievements
Rank 1
Share this question
or