Skip to main content

MVCxClientPivotGrid Methods

A client-side counterpart of the PivotGrid extension.
Name Description
Cast(obj) static Converts the specified object to the MVCxClientPivotGrid type.
FillStateObject(obj) Passes PivotGrid callback parameters to the specified object.
PerformCallback(data) Sends a callback with a parameter to update the PivotGrid by processing the passed information on the server, in an Action specified via the grid’s PivotGridSettings.CustomActionRouteValues property.
See Also