Finds a cell by its grid coordinates (index, not pixels).
DayPilot.Scheduler.cells.findXy(x, y); DayPilot.Scheduler.cells.findXy(coordinates);
An array of cells. The array object has direct methods for modifying all cells in an array:
Write "test" HTML to the cell in the upper-left corner:
dp.cells.findXy(0, 0).html("test");