Skip to content

Commit 4d7d6ac

Browse files
tony-asuntacheva
authored andcommitted
Update checkboxlist.md (#211)
fixed typo
1 parent 83f7734 commit 4d7d6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/grid/filter/checkboxlist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also change the filter menu behavior for a particular column - its own `
7070

7171
## Custom Data
7272

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

7575
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.
7676

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

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

0 commit comments

Comments
 (0)