我在我的項目中使用了Knockout-kendo.js binding for Kendo Scheduler。我在使用Horizontal Grouping。所以,在這裏我用DataSource and well as Resources with group. 我宣佈我的變量象下面這樣: monitorData = ko.observableArray(),
schedulerData =
我想爲ViewModel中的特定屬性的不同值使用不同的顏色。 我的視圖模型是:: public class SchedulerViewModel : ISchedulerEvent
{
public string ScheduleID { get; set; }
public int? RecurrenceID { get; set; }
public string
有沒有自定義kendo.Scheduler行和列顏色的方法?如果有的話,讓我知道如何! 更新1> 這是答案> view.table.find("td[role='gridcell']").each(function() {
if ($(this) != null) {
var element = $(this);
if (element != null)