@@ -57,7 +57,7 @@ To export a hidden (the Visible attribute set to `false`) column you can manuall
57
57
FilterMode="@GridFilterMode.FilterRow" Groupable="true">
58
58
59
59
<GridToolBarTemplate>
60
- <GridCommandButton Command="ExcelExport" Icon="file-excel" >Export to Excel</GridCommandButton>
60
+ <GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel >Export to Excel</GridCommandButton>
61
61
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
62
62
</GridToolBarTemplate>
63
63
@@ -165,7 +165,7 @@ To export a hidden (the Visible attribute set to `false`) column you can manuall
165
165
FilterMode="@GridFilterMode.FilterRow" Groupable="true">
166
166
167
167
<GridToolBarTemplate>
168
- <GridCommandButton Command="CsvExport" Icon="file-csv" >Export to CSV</GridCommandButton>
168
+ <GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv >Export to CSV</GridCommandButton>
169
169
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
170
170
</GridToolBarTemplate>
171
171
@@ -258,7 +258,7 @@ The `OnAfterExport` event fires after the [OnBeforeExport](#onbeforeexport) even
258
258
FilterMode="@GridFilterMode.FilterRow" Groupable="true">
259
259
260
260
<GridToolBarTemplate>
261
- <GridCommandButton Command="ExcelExport" Icon="file-excel" >Export to Excel</GridCommandButton>
261
+ <GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel >Export to Excel</GridCommandButton>
262
262
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
263
263
</GridToolBarTemplate>
264
264
@@ -333,7 +333,7 @@ The `OnAfterExport` event fires after the [OnBeforeExport](#onbeforeexport) even
333
333
FilterMode="@GridFilterMode.FilterRow" Groupable="true">
334
334
335
335
<GridToolBarTemplate>
336
- <GridCommandButton Command="CsvExport" Icon="file-csv" >Export to CSV</GridCommandButton>
336
+ <GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv >Export to CSV</GridCommandButton>
337
337
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
338
338
</GridToolBarTemplate>
339
339
0 commit comments