Hi Emre,
You can probably use the
change event of the scheduler:
change: function(e) {
if (e.events.length > 0) {
location.href = "/details?id=" + e.events[0].id;
}
}
Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!