We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8334d1c commit a94c98cCopy full SHA for a94c98c
_contentTemplates/grid/export.md
@@ -26,7 +26,7 @@
26
27
<TelerikGrid Data="@GridData" AutoGenerateColumns="true" Pageable="true">
28
<GridToolBarTemplate>
29
- <GridCommandButton OnClick="@ShowLoadingSign" Command="ExcelExport" Icon=FontIcon.FileExcel>Export to Excel</GridCommandButton>
+ <GridCommandButton OnClick="@ShowLoadingSign" Command="ExcelExport" Icon="@FontIcon.FileExcel">Export to Excel</GridCommandButton>
30
<GridCommandButton OnClick="@ShowLoadingSign" Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
31
</GridToolBarTemplate>
32
<GridExport>
0 commit comments