Skip to content

Commit a94c98c

Browse files
svdimitrdimodi
authored andcommitted
Update _contentTemplates/grid/export.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 8334d1c commit a94c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_contentTemplates/grid/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<TelerikGrid Data="@GridData" AutoGenerateColumns="true" Pageable="true">
2828
<GridToolBarTemplate>
29-
<GridCommandButton OnClick="@ShowLoadingSign" Command="ExcelExport" Icon=FontIcon.FileExcel>Export to Excel</GridCommandButton>
29+
<GridCommandButton OnClick="@ShowLoadingSign" Command="ExcelExport" Icon="@FontIcon.FileExcel">Export to Excel</GridCommandButton>
3030
<GridCommandButton OnClick="@ShowLoadingSign" Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
3131
</GridToolBarTemplate>
3232
<GridExport>

0 commit comments

Comments
 (0)