All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
Box
Row
Map
Vue
A newer version of this page is available. Switch to the current version.

jQuery DataGrid - export.texts

Configures the texts of export commands, buttons, and hints.

Type:

Object

exportAll

The text or hint of the command that exports all data.

Type:

String

Default Value: 'Export all data'

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.

DevExtreme HTML5 Data Grid Export All Text on Small Screen DevExtreme HTML5 Data Grid Export All and Selected Data Text

In other cases, this option specifies the Export button's hint.

DevExtreme HTML5 Data Grid Export All Text

exportSelectedRows

The text of the command that exports selected rows. Applies when allowExportSelectedData option is true.

Type:

String

Default Value: 'Export selected rows'

DevExtreme HTML5 DataGrid Export Selected Rows Text

exportTo

The hint of the Export button when the allowExportSelectedData option is true.

Type:

String

Default Value: 'Export'

DevExtreme HTML5 DataGrid Export To Text

When allowExportSelectedData is false, the exportAll text is used as the hint.