From 7e2847efa32e92f9ac31b060ef5f556ca4608d71 Mon Sep 17 00:00:00 2001 From: essentialjs2 Date: Wed, 17 Nov 2021 09:45:18 +0000 Subject: [PATCH] documentation(EJ2-000): source update from ej2-grid-docs --- src/grid/grid/edit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/grid/grid/edit.md b/src/grid/grid/edit.md index b7215ca..13a70de 100644 --- a/src/grid/grid/edit.md +++ b/src/grid/grid/edit.md @@ -1434,4 +1434,5 @@ If `primaryKey` is not defined in the grid, then edit or delete action take plac * [Customize the Edit Dialog](./how-to/customize-the-edit-dialog) * [Wizard Like Editing](./how-to/use-wizard-like-dialog-editing) * [Tab Inside the Dialog Template](./how-to/using-the-tab-inside-the-dialog-template) -* [Restrict to type decimal points in a NumericTextBox while editing the numeric column](./how-to/restrict-decimal-points-while-grid-editing) \ No newline at end of file +* [Restrict to type decimal points in a NumericTextBox while editing the numeric column](./how-to/restrict-decimal-points-while-grid-editing) +* [How to bulk edit columns in Grid](https://www.syncfusion.com/blogs/post/bulk-edit-columns-in-javascript-datagrid.aspx) \ No newline at end of file