New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Server-side Programming Overview

RadGantt provides a rich set of server-side properties, methods and events that can help you configure the look and behaviour of the control. You can find a list and explanation of the most important RadGantt properties and methods in this RadGantt Object article.

RadGantt Events

Table 1 shows the server-side events that you can subscribe to.

Events Description
ColumnCreating Fires before a column is created. You can handle the event to replace or modify the instance of the column.
ColumnCreated Fires after a column is created. You can handle the event to grab an instance of the newly created column.
TaskInsert Fires when the task's collection is about to be inserted in the database through the provider.
TaskUpdate Fires when the task's collection is about to be updated through the provider.
TaskDelete Fires when the task's collection is about to be deleted from the database through the provider.
AssignmentInsert Fires when the assignment's collection is about to be inserted in the database through the provider
AssignmentUpdate Fires when the assignment's collection is about to be updated through the provider.
AssignmentDelete Fires when the assignment's collection is about to be deleted from the database through the provider.
NavigationCommand Fires when the RadGantt executes a navigation command.
DependencyInsert Fires when a dependency's collection is about to be inserted in the database.
DependencyDelete Fires when a dependency's collection is about to be deleted from the database through the provider.

See Also

In this article