JavaScript/jQuery DataGrid - export.texts
exportAll
The {0}
placeholder gets its value from the formats property. For example, if you specify formats: ['pdf']
, then the shown text is Export all data to PDF.
If you allow users to export selected rows or if the toolbar is in compact mode, exportAll specifies the text of the command that exports all data.
In other cases, this property specifies the Export button's hint.
exportSelectedRows
The text of the command that exports selected rows. Applies when the allowExportSelectedData property is true.
The {0}
placeholder gets its value from the formats property. For example, if you specify formats: ['pdf']
, then the shown text is Export selected rows to PDF.
exportTo
The hint of the Export button when the allowExportSelectedData property is true.
When allowExportSelectedData is false, the exportAll text is used as the hint.
If you have technical questions, please create a support ticket in the DevExpress Support Center.