Skip to content

Commit 0abefae

Browse files
committed
SEO-176507 Angular Page with Redirect
1 parent a296fa6 commit 0abefae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/Grid/Editing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The grid control has support for dynamic insertion, updating and deletion of rec
1313

1414
Deletion of the record is possible by selecting the required row and clicking on Delete icon in toolbar.
1515

16-
The primary key for the data source should be defined in [`columns`](https://help.syncfusion.com/api/angular/ejgrid#members:columns "columns") definition, for editing to work properly. In [`columns`](https://help.syncfusion.com/api/angular/ejgrid#members:columns "columns") definition, particular primary column's [`isPrimaryKey`](https://help.syncfusion.com/api/angular/ejgrid#members:columns-isprimarykey "isPrimaryKey") property should be set to `true`. Refer the Knowledge base [link](http://www.syncfusion.com/kb/2675/cant-edit-any-row-except-the-first-row-in-grid# "link") for more information.
16+
The primary key for the data source should be defined in [`columns`](https://help.syncfusion.com/api/angular/ejgrid#members:columns "columns") definition, for editing to work properly. In [`columns`](https://help.syncfusion.com/api/angular/ejgrid#members:columns "columns") definition, particular primary column's [`isPrimaryKey`](https://help.syncfusion.com/api/angular/ejgrid#members:columns-isprimarykey "isPrimaryKey") property should be set to `true`. Refer the Knowledge base [link](https://support.syncfusion.com/kb/article/2934/cant-edit-any-row-except-the-first-row-in-grid "link") for more information.
1717

1818
N> 1. In grid, the primary key column will be automatically set to read only while editing the row, but you can specify primary key column value while adding a new record.
1919
N> 2. The column which is specified as [`isIdentity`](https://help.syncfusion.com/api/angular/ejgrid#members:columns-isidentity "isIdentity") will be in readonly mode both while editing and adding a record. Also, auto incremented value is assigned to that [`isIdentity`](https://help.syncfusion.com/api/angular/ejgrid#members:columns-isidentity "isIdentity") column.
@@ -818,7 +818,7 @@ After the template elements are converted to JS controls using actionComplete ev
818818
Users can start editing by clicking a cell and typing data into it. Edited cell will be marked while navigating to next cell or any other row, so that you know which fields or cells has been edited. Set [`editMode`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-editmode "editMode") as `batch` to enable batch editing.
819819

820820
N> [`getBatchChanges`](https://help.syncfusion.com/api/angular/ejgrid#methods:getbatchchanges "getBatchChanges") method of grid holds the unsaved record changes.
821-
N> Refer the KB [link](http://www.syncfusion.com/kb/3016/how-to-suppress-grid-confirmation-messages# "link") for "How to suppress grid confirmation messages" in batch mode.
821+
N> Refer the KB [link](https://support.syncfusion.com/kb/article/3065/how-to-suppress-grid-confirmation-messages "link") for "How to suppress grid confirmation messages" in batch mode.
822822

823823
The following code example describes the above behavior.
824824

0 commit comments

Comments
 (0)