DayPilot.Gantt.commandCallBack

Invokes a Command event on the server side using an AJAX CallBack.

Declaration

DayPilot.Gantt.commandCallBack(command, data)

Parameters

  • command (string) - command name (custom)
  • data (object) - additional custom data

Description

This method is useful for sending navigation commands (next, previous, jump to a specific date).

Applies to version with integrated server-side backend (DayPilot Pro for ASP.NET WebFormsDayPilot Pro for ASP.NET MVC).