Skip to content

Commit 0355178

Browse files
chore(grid):fixed wrong statement in validation (#705)
1 parent 442850f commit 0355178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/editing/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 40
1010

1111
# Grid Validation
1212

13-
The Telerik UI for Blazor Grid supports built-in validation that is enabled by default. The Grid passes an `EditContext` as a cascading value to the editable cells. If any validation messages are present, the Grid will render them as [Validation Tooltips]({%slug validation-tools-tooltip%}) on hover of the specific editor.
13+
The Telerik UI for Blazor Grid supports built-in validation that is enabled by default. The Grid passes an `EditContext` as a cascading value to the editable cells. When you use [inline]({%slug components/grid/editing/inline%}) or [incell]({%slug components/grid/editing/incell%}) editing, if any validation messages are present, the Grid will render them as [Validation Tooltips]({%slug validation-tools-tooltip%}) on hover of the edited input.
1414

1515
#### In this Article:
1616

0 commit comments

Comments
 (0)