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

PivotGridEventBuilder

Methods

DataBinding(System.Func)

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

For more information see DataBinding event.

Parameters

handler - System.Func<Object,Object>

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

DataBinding(System.String)

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

For more information see DataBinding event.

Parameters

handler - System.String

DataBound(System.Func)

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

For more information see DataBound event.

Parameters

handler - System.Func<Object,Object>

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

DataBound(System.String)

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

For more information see DataBound event.

Parameters

handler - System.String

ExpandMember(System.Func)

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

For more information see ExpandMember event.

Parameters

handler - System.Func<Object,Object>

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

ExpandMember(System.String)

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

For more information see ExpandMember event.

Parameters

handler - System.String

CollapseMember(System.Func)

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

For more information see CollapseMember event.

Parameters

handler - System.Func<Object,Object>

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

CollapseMember(System.String)

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

For more information see CollapseMember event.

Parameters

handler - System.String

ExcelExport(System.Func)

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

For more information see ExcelExport event.

Parameters

handler - System.Func<Object,Object>

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

ExcelExport(System.String)

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

For more information see ExcelExport event.

Parameters

handler - System.String

PdfExport(System.Func)

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

For more information see PdfExport event.

Parameters

handler - System.Func<Object,Object>

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

PdfExport(System.String)

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

For more information see PdfExport event.

Parameters

handler - System.String
In this article
Not finding the help you need?