From 71ed4108518cf83044214d94c61734cda02aadb4 Mon Sep 17 00:00:00 2001 From: Hristian Stefanov Date: Mon, 17 Jan 2022 13:10:32 +0200 Subject: [PATCH] chore(grid):fixed wrong statement in validation --- components/grid/editing/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/grid/editing/validation.md b/components/grid/editing/validation.md index 446129ca64..15b95ba8e3 100644 --- a/components/grid/editing/validation.md +++ b/components/grid/editing/validation.md @@ -10,7 +10,7 @@ position: 40 # Grid Validation -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. +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. #### In this Article: