Skip to content

Commit 833f062

Browse files
committed
changed kb links
1 parent 4c930c0 commit 833f062

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aspnet/Grid/Editing.md

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

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

15-
The primary key for the data source should be defined in `Columns` definition, for editing to work properly. In `Columns` definition, particular primary column's `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?isInternalRefresh=False "link") for more information.
15+
The primary key for the data source should be defined in `Columns` definition, for editing to work properly. In `Columns` definition, particular primary column's `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.
1616

1717
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.
1818
N> 2. The column which is specified as `IsIdentity` will be in readonly mode both while editing and adding a record. Also, auto incremented value is assigned to that `IsIdentity` column.
@@ -1162,7 +1162,7 @@ After the template elements are converted to JS controls using ActionComplete ev
11621162
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` as `Batch` to enable batch editing.
11631163

11641164
N> `getBatchChanges` method of grid holds the unsaved record changes.
1165-
N> Refer the KB [link](https://support.syncfusion.com/kb/article/3065/how-to-suppress-grid-confirmation-messages?isInternalRefresh=False "link") for "How to suppress grid confirmation messages" in batch mode.
1165+
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.
11661166

11671167
The following code example describes the above behavior.
11681168

@@ -1594,7 +1594,7 @@ The following output is displayed as a result of the above code example.
15941594

15951595
![](Editing_images/Editing_img18.png)
15961596

1597-
N> 1. Refer this [Knowledge Base link](https://support.syncfusion.com/kb/article/6216/how-to-perform-server-side-validation-in-grid?isInternalRefresh=False) to perform server side validation in Grid.
1597+
N> 1. Refer this [Knowledge Base link](https://support.syncfusion.com/kb/article/6216/how-to-perform-server-side-validation-in-grid) to perform server side validation in Grid.
15981598

15991599
### Custom Validation
16001600

aspnet/Installation/web-installer/how-to-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Our 30-day trial can be downloaded in two ways.
3030
![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png)
3131

3232
3. With a trial license, only the latest version’s trial installer can be downloaded.
33-
4. After downloading, the Syncfusion ASP.NET Web Forms trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products?isInternalRefresh=False) article.
33+
4. After downloading, the Syncfusion ASP.NET Web Forms trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
3434
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
3535
6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET Web Forms web installer.
3636

@@ -53,7 +53,7 @@ You should initiate an evaluation if you have already obtained our components th
5353

5454
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
5555

56-
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products?isInternalRefresh=False) and [license key](https://help.syncfusion.com/aspnet/licensing/how-to-generate) here at any time before the trial period expires. (as shown in below screenshot.)
56+
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet/licensing/how-to-generate) here at any time before the trial period expires. (as shown in below screenshot.)
5757

5858
![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png)
5959

0 commit comments

Comments
 (0)