diff --git a/components/grid/editing/overview.md b/components/grid/editing/overview.md index 720d06d27..695073a47 100644 --- a/components/grid/editing/overview.md +++ b/components/grid/editing/overview.md @@ -459,3 +459,4 @@ There are a few considerations to keep in mind with the CUD operations of the gr * [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor) * [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form) * [Batch Editing Example](https://github.com/telerik/blazor-ui/tree/master/grid/batch-editing) + * [Enter and Exit Grid Edit Mode Programmatically]({%slug grid-kb-add-edit-state%}) \ No newline at end of file diff --git a/knowledge-base/grid-add-edit-state.md b/knowledge-base/grid-add-edit-state.md index 076b13ca8..897fe93ad 100644 --- a/knowledge-base/grid-add-edit-state.md +++ b/knowledge-base/grid-add-edit-state.md @@ -1,5 +1,5 @@ --- -title: Enter Grid Edit Mode Programmatically +title: Enter and Exit Grid Edit Mode Programmatically description: How to add and edit Grid rows programmatically or with custom buttons. type: how-to page_title: Enter and Exit Grid Edit Mode from Code