Overview
Server-Side Events
Gantt supports a number of server-side events that let you customize its behavior. These events are listed below:
-
NavigationCommand - occurs when the RadGantt executes a view change command.
-
ColumnCreating - occurs when an column is about to be created.
-
ColumnCreated - occurs when an column is about to be created.
-
TaskInsert - occurs when a task's collection is about to be inserted in the database.
-
TaskUpdate - occurs when a task's collection is about to be updated through the provider.
-
TaskDelete - occurs when a task's collection is about to be deleted from the database through the provider.
-
DependencyInsert - occurs when a dependency's collection is about to be inserted in the database through the provider.
-
DependencyDelete - occurs when a dependency's collection is about to be deleted from the database through the provider.