Error : Microsoft JScript runtime error: 'rows[...].cells' is null or not an object
I am using DayPilot Pro 4.0.1205.1
Here is my code :
hc.InsertEvents("new event", e.Start, e.End, Convert.ToInt32(e.ColumnId), false, Page.User.Identity.Name);
DayPilotScheduler1.DataSource = hc.GetEvents();
DayPilotScheduler1.DataBind();
DayPilotScheduler1.Update();