@@ -57,7 +57,7 @@ To export a hidden (the Visible attribute set to `false`) column you can manuall
5757 FilterMode="@GridFilterMode.FilterRow" Groupable="true">
5858
5959 <GridToolBarTemplate>
60- <GridCommandButton Command="ExcelExport" Icon="file-excel" >Export to Excel</GridCommandButton>
60+ <GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel >Export to Excel</GridCommandButton>
6161 <label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
6262 </GridToolBarTemplate>
6363
@@ -165,7 +165,7 @@ To export a hidden (the Visible attribute set to `false`) column you can manuall
165165 FilterMode="@GridFilterMode.FilterRow" Groupable="true">
166166
167167 <GridToolBarTemplate>
168- <GridCommandButton Command="CsvExport" Icon="file-csv" >Export to CSV</GridCommandButton>
168+ <GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv >Export to CSV</GridCommandButton>
169169 <label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
170170 </GridToolBarTemplate>
171171
@@ -258,7 +258,7 @@ The `OnAfterExport` event fires after the [OnBeforeExport](#onbeforeexport) even
258258 FilterMode="@GridFilterMode.FilterRow" Groupable="true">
259259
260260 <GridToolBarTemplate>
261- <GridCommandButton Command="ExcelExport" Icon="file-excel" >Export to Excel</GridCommandButton>
261+ <GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel >Export to Excel</GridCommandButton>
262262 <label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
263263 </GridToolBarTemplate>
264264
@@ -333,7 +333,7 @@ The `OnAfterExport` event fires after the [OnBeforeExport](#onbeforeexport) even
333333 FilterMode="@GridFilterMode.FilterRow" Groupable="true">
334334
335335 <GridToolBarTemplate>
336- <GridCommandButton Command="CsvExport" Icon="file-csv" >Export to CSV</GridCommandButton>
336+ <GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv >Export to CSV</GridCommandButton>
337337 <label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
338338 </GridToolBarTemplate>
339339
0 commit comments