DayPilot.Row.cells.all

The cells.all() member returns an array of cells that contains all grid cells belonging to the row.

Declaration

DayPilot.Row.cells.all()

Return Value

An array of cells.

Notes

Use the returned cell collection to perform batch operations on every cell in the row.

Example

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

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

See Also

DayPilot.CellArray Class

DayPilot.CellArray.html()

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript