aspnet-devexpress-dot-web-dot-aspxgridexportsettings.md
Gets or sets a value specifying whether the client exporting API is enabled.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
public bool EnableClientSideExportAPI { get; set; }
<DefaultValue(False)>
Public Property EnableClientSideExportAPI As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true, to enable client exporting API; otherwise, false.
|
Exporting grid data using built-in toolbar/context menu commands and client-side API is disabled by default due to possible security issues. To enable such grid exporting functionality, set the EnableClientSideExportAPI property to true.
The following examples illustrate how to use the EnableClientSideExportAPI property.
Export using built-in toolbar commands
Export using context menu commands
Export using client-side export API
Export using built-in toolbar commands
Export using client-side export API
Export using built-in toolbar commands
Export using client-side export API
See Also