Skip to content

Commit 01262c5

Browse files
NansiYanchevaikoevska
authored andcommitted
Update components/grid/export/excel.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent a423e24 commit 01262c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/export/excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Read more about how to [customize the exported file]({%slug grid-export-events%}
197197
The Excel export has the following specifics:
198198

199199
* Excel does not understand units different than `px` for the column `Width`, and if you use them (such as `rem` or `%`), it will fail to parse them and will render a collapsed (hidden) column with zero width.
200-
* Templates are not exported, because there is no provision in the framework for getting them at runtime. If a column, header or group header/footer has a template or aggregates, it will be ignored. The headers will be the `Title` of the column, the data is the data from the `Field`. If you need additional information, see if you can add it in e Field in the model, or create your own excel file (see example <a href="https://feedback.telerik.com/blazor/1485764-customize-the-excel-file-before-it-gets-to-the-client" target="_blank">here</a>). Find additional information on how to [export an image that is rendered in a Grid column template]({%slug grid-export-image-column-excel%}).
200+
* Templates are not exported, because there is no provision in the framework for getting them at runtime. If a column, header or group header/footer has a template or aggregates, it will be ignored. The headers will be the `Title` of the column, the data is the data from the `Field`. If you need additional information, see if you can add it in a Field in the model, or create your own Excel file (see example <a href="https://feedback.telerik.com/blazor/1485764-customize-the-excel-file-before-it-gets-to-the-client" target="_blank">here</a>). Find additional information on how to [export an image that is rendered in a Grid column template]({%slug grid-export-image-column-excel%}).
201201

202202
@[template](/_contentTemplates/grid/export.md#export-common-notes)
203203

0 commit comments

Comments
 (0)