var startTime = scheduler.get_selectedSlots()[0].get_startTime();
var selectionLength = scheduler.get_selectedSlots().length;
var endTime = scheduler.get_selectedSlots()[selectionLength - 1].get_endTime();
alert(startTime+"-"+endTime);
});
}
</script>
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.