DayPilot.Scheduler.onRowEdited

The onRowEdited event is fired when the inline editing of a JavaScript Scheduler row header cell is finished. The onRowEdited event is fired after the default action specified using rowEditHandling. See also onRowEdit.

Declaration

DayPilot.Scheduler.onRowEdited(args);

Parameters

  • args.newText (string) - new text
  • args.row - DayPilot.Row object (prior to version 2207 it is accessible as args.resource)
  • args.x (number) - cell index (if row header columns are defined; available since 2023.1.5513)