Skip to content

Commit 8a05c34

Browse files
chore(grid):small typo fixes (#697)
1 parent e85fc27 commit 8a05c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/grid/editing/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To disable the built-in validation, add a `<GridValidationSettings>` tag to the
178178

179179
## Use a Custom Validator
180180

181-
You can validate the Grid with any validator that uses the `EditContext`. To change the default validator, add a `<ValidatorTemplate>` tag in `<GridSettings>`. Define the custom validator in the `ValidatorTemplate`.
181+
You can validate the Grid with any validator that uses the `EditContext`. To change the default validator, add a `<ValidatorTemplate>` tag in `<GridValidationSettings>`. Define the custom validator in the `ValidatorTemplate`.
182182

183183
## See Also
184184

components/grid/templates/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The custom filter textboxes invoke filtering on Enter or blur through the OnChan
166166

167167
## Filter Menu Template
168168

169-
By default, the filter menu contains two filter values that are tied with a logical operator - OR or AND, with filgering being triggered through a dedicated Filter button and a Clear button removes the filter.
169+
By default, the filter menu contains two filter values that are tied with a logical operator - OR or AND, with filtering being triggered through a dedicated Filter button and a Clear button removes the filter.
170170

171171
To customize the filter menu, use the `<FilterMenuTemplate>` tag of the `<GridColumn>`. The `Filter` and `Clear` buttons are still available below the template.
172172

0 commit comments

Comments
 (0)