The rows.edit() method activates inline editing of a row header cell in the JavaScript Scheduler component.
DayPilot.Scheduler.rows.edit(row[, x]);
You can get the DayPilot.Row object using rows.find() method.
const row = dp.rows.find("A"); dp.rows.edit(row);