Search Results: "Write with OpenID" "Write post with name/password" slot

dxMultiView Methods

Reference
This section describes members used to manipulate the UI component.

beginUpdate() Postpones rendering that can negatively affect performance until the endUpdate() method is called. The beginUpdate() and endUpdate() methods reduce the number of renders in cases where.... See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods repaint() Renders the component again without reloading data. Use the method to update

dxNumberBox Methods

Reference

beginUpdate() Postpones rendering that can negatively affect performance until the endUpdate() method is called. The beginUpdate() and endUpdate() methods reduce the number of renders in cases where... Methods React Call Methods repaint() Renders the component again without reloading data. Use the method to update the component's markup and appearance dynamically. The repaint() method re

dxPieChart Methods

Reference

See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods beginUpdate() Postpones rendering that can negatively affect performance until the endUpdate... Vue Call Methods React Call Methods render(renderOptions) Redraws the UI component. You can call the render method without parameters after the size or visibility of the UI component

dxPivotGrid Methods

Reference
This section describes the methods that can be used to manipulate the PivotGrid UI component.

See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods beginUpdate() Postpones rendering that can negatively affect performance until the endUpdate...() Renders the component again without reloading data. Use the method to update the component's markup and appearance dynamically. The repaint() method re-initializes the component with new settings

dxPivotGridFieldChooser Methods

Reference
This section describes the methods that can be used to manipulate the PivotGridFieldChooser UI component.

if applyChangesMode is "onDemand". View Demo beginUpdate() Postpones rendering that can negatively affect performance until the endUpdate() method is called. The beginUpdate... React Call Methods cancelChanges() Cancels changes made in the UI component without applying them to the PivotGrid. Takes effect only if applyChangesMode is "onDemand". View