Skip to content

Commit 352e628

Browse files
svdimitrradkostanev
authored andcommitted
docs(kb): link a relevant KB based on feedback
1 parent 8af7d90 commit 352e628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-inline-edit-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add an inline [Blazor Form]({%slug form-overview%}) to your Grid rows by followi
3939

4040
1. Define a [`DetailTemplate`]({%slug components/grid/features/hierarchy%}).
4141
1. Hide the hierarchy expand column with CSS.
42-
1. Use the [`SetStateAsync()` method]({%slug grid-state%}#setstateasync-examples) to enter and exit edit mode programmatically.
42+
1. Use the [`SetStateAsync()` method]({%slug grid-state%}#setstateasync-examples) to [enter and exit Grid edit mode programmatically]({%slug grid-kb-add-edit-state%}).
4343

4444
>tip The Telerik UI for Blazor Form works with a cloned instance of the edited or added item to support cancellation. If you cancel the addition of a new item, you need to delete it from the Grid data collection.
4545

0 commit comments

Comments
 (0)