Skip to content

Commit f869dbe

Browse files
svdimitrjivanova
authored andcommitted
docs(icons): next icons
1 parent 3ee7adf commit f869dbe

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

components/grid/export/csv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To enable the grid CSV Export, add a [command button]({%slug components/grid/col
2626

2727
````
2828
<GridToolBarTemplate>
29-
<GridCommandButton Command="CsvExport" Icon="file-csv">Export to CSV</GridCommandButton>
29+
<GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
3030
</GridToolBarTemplate>
3131
````
3232

@@ -45,7 +45,7 @@ Optionally, you can also set the `GridCsvExport` tag settings under the `GridExp
4545
FilterMode="@GridFilterMode.FilterRow" Groupable="true">
4646
4747
<GridToolBarTemplate>
48-
<GridCommandButton Command="CsvExport" Icon="file-csv">Export to CSV</GridCommandButton>
48+
<GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
4949
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
5050
</GridToolBarTemplate>
5151
@@ -120,7 +120,7 @@ You can programmatically invoke the export feature of the Grid, by using the fol
120120
Groupable="true">
121121
122122
<GridToolBarTemplate>
123-
<GridCommandButton Command="CsvExport" Icon="file-csv">Export to CSV</GridCommandButton>
123+
<GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
124124
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
125125
</GridToolBarTemplate>
126126

components/grid/export/events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

components/grid/export/excel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To enable the grid Excel Export, add a [command button]({%slug components/grid/c
2727

2828
````
2929
<GridToolBarTemplate>
30-
<GridCommandButton Command="ExcelExport" Icon="file-excel">Export to Excel</GridCommandButton>
30+
<GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel>Export to Excel</GridCommandButton>
3131
</GridToolBarTemplate>
3232
````
3333

@@ -46,7 +46,7 @@ Optionally, you can also set the `GridExcelExport` tag settings under the `GridE
4646
FilterMode="@GridFilterMode.FilterRow" Groupable="true" >
4747
4848
<GridToolBarTemplate>
49-
<GridCommandButton Command="ExcelExport" Icon="file-excel">Export to Excel</GridCommandButton>
49+
<GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel>Export to Excel</GridCommandButton>
5050
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
5151
</GridToolBarTemplate>
5252
@@ -122,7 +122,7 @@ You can programmatically invoke the export feature of the Grid, by using the fol
122122
Groupable="true">
123123
124124
<GridToolBarTemplate>
125-
<GridCommandButton Command="ExcelExport" Icon="file-excel">Export to Excel</GridCommandButton>
125+
<GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel>Export to Excel</GridCommandButton>
126126
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
127127
</GridToolBarTemplate>
128128

knowledge-base/grid-csv-export-change-field-delimiter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To change the field delimiter, do the following:
5858
<TelerikGrid Data="@GridData" Pageable="true">
5959
6060
<GridToolBarTemplate>
61-
<GridCommandButton Command="CsvExport" Icon="file-csv">Export to CSV</GridCommandButton>
61+
<GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
6262
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
6363
</GridToolBarTemplate>
6464

knowledge-base/grid-custom-cell-formatting-with-radspreadprocessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To customize the cell format of the exported file before it reaches the client,
6363
6464
<TelerikGrid Data="@GridData" Pageable="true">
6565
<GridToolBarTemplate>
66-
<GridCommandButton Command="ExcelExport" Icon="file-excel">Export to Excel</GridCommandButton>
66+
<GridCommandButton Command="ExcelExport" Icon=FontIcon.FileExcel>Export to Excel</GridCommandButton>
6767
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
6868
</GridToolBarTemplate>
6969

knowledge-base/grid-number-formatting-of-the-csv-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To format numeric and date cells of the exported file before it reaches the clie
6161
<TelerikGrid Data="@GridData" Pageable="true">
6262
6363
<GridToolBarTemplate>
64-
<GridCommandButton Command="CsvExport" Icon="file-csv">Export to CSV</GridCommandButton>
64+
<GridCommandButton Command="CsvExport" Icon=FontIcon.FileCsv>Export to CSV</GridCommandButton>
6565
<label class="k-checkbox-label"><TelerikCheckBox @bind-Value="@ExportAllPages" />Export All Pages</label>
6666
</GridToolBarTemplate>
6767

0 commit comments

Comments
 (0)