Kendo.Mvc.UI.Fluent.PivotGridV2EventBuilder
Defines the fluent API for configuring the Kendo PivotGridV2 for ASP.NET MVC events.
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 additional information check the dataBinding event documentation.
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 additional information check the dataBound event documentation.
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 additional information check the expandMember event documentation.
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 additional information check the collapseMember event documentation.
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 additional information check the pdfExport event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the pdfExport event.