DayPilot.Scheduler.onAfterCellRender

The onAfterCellRender event handler fires after a grid cell is rendered. It provides access to the cell <div> element.

Available since 2019.2.3886.

Declaration

DayPilot.Scheduler.onAfterCellRender(args)

Parameters

  • args.cell.x (number) - horizontal position of the cell in the grid
  • args.cell.y (number) - vertical position of the cell in the grid (includes hidden rows)
  • args.cell.displayY (number) - vertical position of the cell in the grid (visible grid, excluding hidden rows)
  • args.cell.start (DayPilot.Date) - cell start
  • args.cell.end (DayPilot.Date) - cell end
  • args.cell.resource (string | number) - cell resource ID
  • args.div - cell <div> element

See Also

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript