Skip to content

Commit edc632a

Browse files
docs(grid): Filterable param for column in filtering article
1 parent bfffc50 commit edc632a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/grid/filtering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The behavior of the filter input and the available filter operators will depend
3131

3232
You can filter more than one column at a time, and all filter rules will be applied together with an `AND` logic.
3333

34+
You can prevent the user from filtering a certain field by setting `Filterable="false"` on its column.
35+
3436
## Filter Row
3537

3638
To enable the filter row set the `FilterMode` property of the grid to `Telerik.Blazor.GridFilterMode.FilterRow`.

components/grid/sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To enable sorting, set the grid's `Sortable` property to `true`.
2424

2525
When the user clicks the column header, the grid will sort the data according to the column's data type, and an arrow indicator of the sorting direction will be shown next to the column title.
2626

27-
To prevent the user from sorting a certain field by setting `Sortable="false"` on its column.
27+
You can prevent the user from sorting a certain field by setting `Sortable="false"` on its column.
2828

2929
>caption Enable Sorting in Telerik Grid
3030

0 commit comments

Comments
 (0)