Telerik.Web.UI.PivotGridClientEvents
The class holding all Telerik.Web.UI.RadPivotGrid client events.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.PivotGridClientEvents
Properties
OnCellClick String
Gets or sets the name of the JavaScript function (the handler) which will be fired when , , is clicked.
OnCellContextMenu String
Gets or sets the name of the JavaScript function (the handler) which will be fired when , and is right clicked.
OnCellDoubleClick String
Gets or sets the name of the JavaScript function (the handler) which will be fired when , and is double clicked.
OnCellMouseOut String
Gets or sets the name of the JavaScript function (the handler) which will be fired when mouse is out of , and .
OnCellMouseOver String
Gets or sets the name of the JavaScript function (the handler) which will be fired when mouse is over a , and .
OnColumnResized String
Gets or sets the name of the JavaScript function (the handler) which will be fired after a header cell is resized.
OnColumnResizing String
Gets or sets the name of the JavaScript function (the handler) which will be fired before a header cell is resized.
OnCommand String
Gets or sets the name of the JavaScript function (the handler) which will be fired after the client-side object have been fully disposed.
OnMenuShowing String
Gets or sets the name of the JavaScript function (the handler) which will be fired before is shown.
OnMenuShown String
Gets or sets the name of the JavaScript function (the handler) which will be fired after is shown.
OnPivotGridCreated String
Gets or sets the name of the JavaScript function (the handler) which will be fired after the client-side object have been fully initialized.
OnPivotGridCreating String
Gets or sets the name of the JavaScript function (the handler) which will be fired before the client-side object have been fully initialized.
OnPivotGridDestroying String
Gets or sets the name of the JavaScript function (the handler) which will be fired before the client-side object have been fully disposed.
OnToolTipShow String
Gets or sets the name of the JavaScript function (the handler) which will be fired when is set to true and a cell tooltip is shown.