Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/grid/filter/checkboxlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can also change the filter menu behavior for a particular column - its own `

## Custom Data

By default, the grid takes the `Distinct` values from its `Data` to populate the chekcbox list filter for each field.
By default, the grid takes the `Distinct` values from its `Data` to populate the checkbox list filter for each field.

When using the [`OnRead` event]({%slug components/grid/manual-operations%}) to customize the data operations and/or perform them on the server/service, the grid will only have the current page of data. This will limit the options the user will see so you may want to provide the full list.

Expand Down Expand Up @@ -232,4 +232,4 @@ depending on how you filter the data so you may never be able to get back all va

* [Grid Filtering Overview]({%slug components/grid/filtering%})
* [Live Demo: Grid CheckBox List Filter](https://demos.telerik.com/blazor-ui/grid/filter-checkboxlist)