2017-08-21 3 views

答えて

0

グループのインデックスは

`function scheduler_change(e) { 
    // the index of the group 
    var index = $("#scheduler").data('kendoScheduler').slotByElement(e.slots[0].element).groupIndex; 

    // from the resource array, resource[index] gives the required object 
}` 
、により求めることができます
関連する問題