React Exporter Methods
beginUpdate()
Prevents the widget from refreshing until the endUpdate() method is called.
The beginUpdate() and endUpdate() methods prevent the widget from excessive updates when you are changing multiple widget settings at once. After the beginUpdate() method is called, the widget does not update its UI until the endUpdate() method is called.
See Also
- Call Methods: jQuery | Angular | AngularJS | Knockout | ASP.NET MVC
endUpdate()
Refreshes the widget after a call of the beginUpdate() method.
Main article: beginUpdate()
See Also
- Call Methods: jQuery | Angular | AngularJS | Knockout | ASP.NET MVC
exportTo(fileName, format)
To specify the widget that should be exported, use the sourceContainer option. Refer to the exportFormat option description to learn more about the formats available for exporting into.
See Also
- Call Methods: jQuery | Angular | AngularJS | Knockout | ASP.NET MVC
print()
To specify the widget that should be printed, use the sourceContainer option.
See Also
- Call Methods: jQuery | Angular | AngularJS | Knockout | ASP.NET MVC
If you have technical questions, please create a support ticket in the DevExpress Support Center.