From d6d7a0f0ab7e88863a15179a9172b486d00648c3 Mon Sep 17 00:00:00 2001 From: Tony Allison <57917762+tony-asu@users.noreply.github.com> Date: Wed, 20 Jan 2021 23:56:44 -0600 Subject: [PATCH] Update checkboxlist.md fixed typo --- components/grid/filter/checkboxlist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +