Declined
Last Updated: 25 Feb 2015 16:07 by ADMIN
Siva
Created on: 25 Feb 2015 15:58
Category: Kendo UI for jQuery
Type: Feature Request
1
how to get css class name of scheduled item when clicked on Add event
When Adding a schedule item,a popup is opening but when opening popup i want to restrict popup based on css class name of clicked scheduled item 
how to get css class name of clicked scheduled item 
Sourcecode:
   @(Html.Kendo().Scheduler<FMCO.DataTransferObjects.Configuration.AppointmentModel>()
        .Name("scheduler")
        .Date(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day))
        .StartTime(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 08, 00, 00))
        .EndTime(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 17, 00, 00))
        .Editable(editable => editable.TemplateName("CustomEditorTemplate"))
        .EventTemplate("")
        .Events(e => e.Add("onAdd"))
              )
<script>
function onAdd(e) {
     // i want here css class name of click item 
    }
</script>

Please help me
Thanks in advance
1 comment
ADMIN
Telerik Admin
Posted on: 25 Feb 2015 16:07
This looks like a support inquiry, Siva. Forward such inquiries to your forums or support system on telerik.com, to get assistance. Our feedback portal is dedicated to feature request, enhancements and new components suggestions.

Thank you for your understanding.