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

PivotGridV2EventBuilder

Methods

DataBinding(System.String)

Fired before the widget binds to its data source.The event handler function context (available via the this keyword) will be set to the widget instance.

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)

Fired after the widget is bound to the data from its data source.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see DataBound event.

Parameters

handler - System.String

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

ExpandMember(System.String)

Fired before column or row field is expanded.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see ExpandMember event.

Parameters

handler - System.String

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

CollapseMember(System.String)

Fired before column or row field is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see CollapseMember event.

Parameters

handler - System.String

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

PdfExport(System.String)

Fired when the user clicks the "Export to PDF" toolbar button.

For more information see PdfExport event.

Parameters

handler - System.String

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

In this article
Not finding the help you need?