New to Telerik UI for ASP.NET AJAXStart a 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.

EventsDescription
ColumnCreatingFires before a column is created. You can handle the event to replace or modify the instance of the column.
ColumnCreatedFires after a column is created. You can handle the event to grab an instance of the newly created column.
TaskInsertFires when the task's collection is about to be inserted in the database through the provider.
TaskUpdateFires when the task's collection is about to be updated through the provider.
TaskDeleteFires when the task's collection is about to be deleted from the database through the provider.
AssignmentInsertFires when the assignment's collection is about to be inserted in the database through the provider
AssignmentUpdateFires when the assignment's collection is about to be updated through the provider.
AssignmentDeleteFires when the assignment's collection is about to be deleted from the database through the provider.
NavigationCommandFires when the RadGantt executes a navigation command.
DependencyInsertFires when a dependency's collection is about to be inserted in the database.
DependencyDeleteFires when a dependency's collection is about to be deleted from the database through the provider.

See Also

In this article
RadGantt EventsSee Also
Not finding the help you need?
Contact Support