Skip to content

Commit 56e411a

Browse files
committed
Apply suggestions
1 parent adeb6b2 commit 56e411a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/grid/export/csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You can programmatically invoke the export feature of the Grid, by using the fol
128128

129129
When exporting programmatically with a `GridCsvExportOptions` argument:
130130

131-
* Always set the `Columns` and `Data` properties of `GridCsvExportOptions`.
131+
* The `Columns` and `Data` properties of `GridCsvExportOptions` are required.
132132
* Multi-column headers are not supported.
133133

134134
>caption Invoke the export function from code

components/grid/export/excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can programmatically invoke the export feature of the Grid, by using the fol
137137

138138
When exporting programmatically with a `GridExcelExportOptions` argument:
139139

140-
* Always set the `Columns` and `Data` properties of `GridExcelExportOptions`.
140+
* The `Columns` and `Data` properties of `GridExcelExportOptions` are required.
141141
* Multi-column headers are not supported.
142142

143143
>caption Invoke the export function from code

0 commit comments

Comments
 (0)