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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot