Skip to content

Commit 1d4650d

Browse files
docs(grid): filterable column property
1 parent dc48e76 commit 1d4650d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/grid/columns/bound.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ They are added to the `TelerikGridColumns` tag and are of type `TelerikGridColum
1717
* `Field` - the name of the field in the data source that the column will render as a string. You can set its as a plain string (`Field="SomeField"`) or to have .NET extract the field name from the model (`Field=@nameof(MyModelClass.SomeFIeld)`).
1818
* `Title` - the text that is rendered in the column header.
1919
* `Editable` - you can set this property to `true` or `false` to allow or prevent [editing]({%slug components/grid/overview%}#editing) of this field. Defaults to `true`.
20+
* `Filterable` - you can set this to `false` so a [filterable]({%slug components/grid/filtering%}) grid will not let the user filter that particular column.
2021
* `Width` - the width of the column in pixels.
2122
* `Template` - this property can also be used as an inner tag and it lets you define the [column display content]({%slug components/grid/features/templates%}#column-template). It can also point to a component name.
2223
* `Context` - the standard Blazor context variable name for use inside the inline template.
@@ -27,4 +28,4 @@ For an example of the column usage, see the [Grid Overview]({%slug components/gr
2728

2829
## See Also
2930

30-
* [Live Demo: Grid Columns](https://demos.telerik.com/blazor-ui/grid/columns)
31+
* [Live Demo: Grid Columns](https://demos.telerik.com/blazor-ui/grid/columns)

0 commit comments

Comments
 (0)