Defer Update
28 Jun 2017 / 1 minute to read
IMPORTANT
This feature is applicable only for OLAP data source bound from server-side.
Defer Update support allows the user to refresh the control on-demand and not during every user interaction. To enable this functionality, set the e-enableDeferUpdate
property to true. By default, the value is set to false.
<div ng-controller="PivotClientCtrl">
<div id="PivotClient1" ej-pivotclient e-enableDeferUpdate="true" />
</div>
After enabling this property, an icon for Defer Update will appear inside the toolbar.
On clicking the icon, after making the necessary UI interactions, the PivotGrid and PivotChart controls will be updated according to the OlapReport available at that instant.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page