DayPilot.Row.cells.all

Returns an array of all grid cells that belong to the row.

Return Value

An array of cells.

Example

Writes "A" to all cells that belong to resource with ID of "A".

dp.rows.find("A").cells.all().html("A");