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

GridContextMenuEventBuilder

Methods

Open(System.Func)

Defines the inline handler of the Open client-side event

For more information see Open event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag (Razor syntax).

Open(System.String)

Defines the name of the JavaScript function that will handle the the Open client-side event.

For more information see Open event.

Parameters

handler - System.String

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

Close(System.Func)

Defines the inline handler of the Close client-side event

For more information see Close event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag (Razor syntax).

Close(System.String)

Defines the name of the JavaScript function that will handle the the Close client-side event.

For more information see Close event.

Parameters

handler - System.String

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

Activate(System.Func)

Defines the inline handler of the Activate client-side event

For more information see Activate event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag (Razor syntax).

Activate(System.String)

Defines the name of the JavaScript function that will handle the the Activate client-side event.

For more information see Activate event.

Parameters

handler - System.String

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

Deactivate(System.Func)

Defines the inline handler of the Deactivate client-side event

For more information see Deactivate event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag (Razor syntax).

Deactivate(System.String)

Defines the name of the JavaScript function that will handle the the Deactivate client-side event.

For more information see Deactivate event.

Parameters

handler - System.String

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

Select(System.Func)

Defines the inline handler of the Select client-side event

For more information see Select event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag (Razor syntax).

Select(System.String)

Defines the name of the JavaScript function that will handle the the Select client-side event.

For more information see Select event.

Parameters

handler - System.String

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

In this article
Not finding the help you need?