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

Day end time and Day start time on the client side of "OnClientAppointmentMoveEnd"

1 Answer 29 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
hugo bonilla
Top achievements
Rank 1
hugo bonilla asked on 13 Aug 2013, 04:20 AM

 How to get rad schedulers "day end time" and "day start time" on the client side on "OnClientAppointmentMoveEnd" event with Day view is selected

1 Answer, 1 is accepted

Sort by
0
Accepted
Plamen
Telerik team
answered on 14 Aug 2013, 05:36 AM
Hello,

 
You can use the SchedulerModel as in the code below:

function OnClientAppointmentMoveEnd(sender, args) {
        alert(sender.get_activeModel().get_visibleRangeStart());
        alert(sender.get_activeModel().get_visibleRangeEnd());
    }

Hope this will be helpful.

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
hugo bonilla
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or