diff --git a/components/grid/filter/checkboxlist.md b/components/grid/filter/checkboxlist.md index 89b08fcc21..901e07a1e2 100644 --- a/components/grid/filter/checkboxlist.md +++ b/components/grid/filter/checkboxlist.md @@ -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. @@ -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) - \ No newline at end of file +