search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Row header click isn't working

Asked by User
5 years ago.

Hello, according to https://doc.daypilot.org/scheduler/row-header-click/
I tried to do the following in DayPilotSchedulerConfig:
RowClickJavaScript = "headerClick(e)",
RowClickHandling = RowClickHandlingType.JavaScript

In javascript:
var headerClick = function (e) {
alert(e);
};

But it doesn't work, I click on row headers and nothing happens (other actions like move/resize/etc. work successfully) could you help me with that

Answer posted by User
5 years ago.

The problem was because of "e" parameter, it shouldn't be there

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.