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

OrgChartEventBuilder

Methods

Cancel(System.String)

Triggered when the user is about to cancel the changes for the currently edited node. Preventable.

For more information see Cancel event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the cancel event.

Change(System.String)

Triggered when the selected node has been changed upon user interaction.

For more information see Change event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the change event.

Collapse(System.String)

Triggered before a node has been collapsed upon user interaction. Preventable.

For more information see Collapse event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the collapse event.

Create(System.String)

Triggered when a node is about to be created upon user interaction. Preventable.

For more information see Create event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the create event.

DataBinding(System.String)

Triggered before the actual change in the dataSource occurs. Preventable.

For more information see DataBinding event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the dataBinding event.

DataBound(System.String)

Triggered after the dataSource change event has been processed (adding/removing/loading/editing items).

For more information see DataBound event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the dataBound event.

Delete(System.String)

Triggered when a node is about to be deleted as of a consequence of user interaction. Preventable.

For more information see Delete event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the delete event.

Edit(System.String)

Triggered when a node is about to enter edit mode upon user interaction. Preventable.

For more information see Edit event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the edit event.

Expand(System.String)

Triggered before a node has been expanded upon user interaction. Preventable.

For more information see Expand event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the expand event.

Save(System.String)

Triggered when the user attempts to save the current changes on the edited node. Preventable.

For more information see Save event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the save event.

Select(System.String)

Triggered when the user attempts to select a new node or group of nodes (in grouped scenario). Preventable.

For more information see Select event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the select event.

In this article
Not finding the help you need?