Skip to content

Commit 8c62d89

Browse files
Merge pull request #420 from Syncfusion-Content/hotfix/hotfix-v23.1.36
DOCINFRA-2341_merged_using_automation
2 parents cb6a56f + ed023f3 commit 8c62d89

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

aspnet/Button/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ You can create an ASP.NETProject and add necessary Dll’s and Scripts with t
2828

2929
Add the following code example in the corresponding ASPX page to render Button. Refer the following links to know details on ToggleButton and SplitButton.
3030

31-
ToggleButton : <http://help.syncfusion.com/js/togglebutton/getting-started>
31+
ToggleButton : <https://help.syncfusion.com/js/togglebutton/getting-started>
3232

33-
SplitButton :  <http://help.syncfusion.com/js/splitbutton/getting-started>
33+
SplitButton :  <https://help.syncfusion.com/js/splitbutton/getting-started>
3434

3535

3636

aspnet/Chart/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ You need to add a title to the chart to provide quick information to the user ab
293293

294294
Refer to the [`Chart Title`](chart-title.html) section to know more about aligning Title, customizing its appearance and adding SubTitle to the chart.
295295

296-
We have created a sample by combining all the above code snippets for reference. This can be downloaded [`here`](http://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionASPNETApplication-1738844927).
296+
We have created a sample by combining all the above code snippets for reference. This can be downloaded [`here`](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionASPNETApplication-1738844927).

aspnet/Chart/Legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ By default, the legend is enabled in the chart. You can enable or disable it by
2626

2727
![ASP.NET Webforms Chart Legend Visibility](Legend_images/Legend_img1.png)
2828

29-
[Click](http://asp.syncfusion.com/demos/web/chart/legendposition1.aspx) here to view the online demo sample for legend customization.
29+
[Click](https://github.com/syncfusion/aspnet-ej1-demos/blob/master/Chart/LegendPosition1.aspx) here to view the online demo sample for legend customization.
3030

3131

3232
## Legend title

aspnet/Diagram/Automatic-Layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public Array GetData(){
466466

467467
Orientation, spacings, and position of layout can be customized with a set of properties.
468468

469-
To explore layout properties, refer to [Layout Properties](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout.html "Layout Properties").
469+
To explore layout properties, refer to [Layout Properties](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout.html "Layout Properties").
470470

471471
### Layout Orientation
472472

aspnet/Grid/Editing.md

Lines changed: 4 additions & 4 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](http://www.syncfusion.com/kb/2675/cant-edit-any-row-except-the-first-row-in-grid# "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](http://www.syncfusion.com/kb/3016/how-to-suppress-grid-confirmation-messages# "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

@@ -1499,7 +1499,7 @@ equalTo</td><td>
14991499
Requires the element to be the same as another.</td></tr>
15001500
</table>
15011501

1502-
Grid supports all the standard validation methods of jQuery, please refer the jQuery validation documentation [link](http://jqueryvalidation.org/documentation/# "link") for more information.
1502+
Grid supports all the standard validation methods of jQuery, please refer the jQuery validation documentation [link](https://jqueryvalidation.org/documentation/# "link") for more information.
15031503

15041504
The following code example describes the above behavior.
15051505

@@ -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://www.syncfusion.com/kb/6817/how-to-perform-server-side-validation-in-grid) 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/Grid/Enable-Persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation: ug
99

1010
# Enable Persistence in ASP.NET Webforms Grid
1111

12-
Enable Persistence is to maintain the grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
12+
Enable Persistence is to maintain the grid state in browser's [local storage](https://www.w3schools.com/html/html5_webstorage.asp) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
1313

14-
I> [localStorage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below IE9 then grid state persistence technique is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
14+
I> [localStorage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below IE9 then grid state persistence technique is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
1515

1616
## List of properties are not Persisted by default
1717

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://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) 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://www.syncfusion.com/kb/8069/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.)
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

aspnet/TreeView/Populate-Data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ In the view page, add TreeView element and map the properties defined in to the
396396

397397
## Remote Data
398398

399-
When using remote data binding, the adaptor of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) plays vital role in processing queries to make them suitable to sends along with data request and also process the response data from the server.
400-
[http://help.syncfusion.com/js/datamanager/getting-started#create-your-datamanager-in-javascript](http://help.syncfusion.com/js/datamanager/getting-started#create-your-datamanager-in-javascript)
399+
When using remote data binding, the adaptor of [ej.DataManager](https://help.syncfusion.com/api/js/ejdatamanager) plays vital role in processing queries to make them suitable to sends along with data request and also process the response data from the server.
400+
[https://help.syncfusion.com/js/datamanager/getting-started#create-your-datamanager-in-javascript](https://help.syncfusion.com/js/datamanager/getting-started#create-your-datamanager-in-javascript)
401401

402402
### OData
403403

@@ -429,7 +429,7 @@ In the view page, add an element to configure TreeView.
429429

430430
### Web API
431431

432-
Using [ej.WebApiAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#webapi-adaptor), you can bind Web API service data to TreeView as shown in below code example
432+
Using [ej.WebApiAdaptor](https://help.syncfusion.com/js/datamanager/data-adaptors#webapi-adaptor), you can bind Web API service data to TreeView as shown in below code example
433433

434434
In the code behind page, specify the Web API data source URL and other settings as follows.
435435

@@ -461,10 +461,10 @@ In the view page, add an element to configure TreeView.
461461
{% endhighlight %}
462462

463463
### Other Restful web services
464-
The custom adaptor concept of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) allow you to customize or generate your own adaptor which is used to process query and result data.
465-
[http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor)
464+
The custom adaptor concept of [ej.DataManager](https://help.syncfusion.com/api/js/ejdatamanager) allow you to customize or generate your own adaptor which is used to process query and result data.
465+
[https://help.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor](https://help.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor)
466466

467-
When using remote data binding, the adaptor of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) plays vital role in processing queries to make them suitable to sends along with data request and also process the response data from the server.
467+
When using remote data binding, the adaptor of [ej.DataManager](https://help.syncfusion.com/api/js/ejdatamanager) plays vital role in processing queries to make them suitable to sends along with data request and also process the response data from the server.
468468

469469
In the code behind page, create a data list which contains the details about tree nodes and map the list data to the DataSource property of TreeView.
470470

@@ -965,7 +965,7 @@ While expanding the parent node
965965
After expanding the parent node
966966
{:.caption}
967967

968-
For more details about load on demand for local data source, refer the sample [here](http://asp.syncfusion.com/demos/web/treeview/loadOnDemand.aspx).
968+
For more details about load on demand for local data source, refer the sample [here](https://github.com/syncfusion/aspnet-ej1-demos/blob/master/TreeView/LoadOnDemand.aspx).
969969

970970

971971
For remote data source, TreeView loads the first level nodes initially. While expand the node from TreeView, the data manager passes the query to the controller. Based on this query, you can filter the data from table and return to TreeView.

aspnet/Visual-Studio-Integration/Create-Project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To create the **Syncfusion ASP.NET (Essential JS 1) Application** using the **Vi
8686
![Web.config references of Syncfusion Essential JS 1 ASP.NET Web Forms project](Create-Project_images/Syncfusion-Project-Templates-img12.png)
8787

8888

89-
6.Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio.
89+
6.Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
9090

9191
![Syncfusion license registration information message box for Syncfusion Essential JS 1 ASP.NET Web Forms project](Create-Project_images/Syncfusion-Project-Templates-img13.jpeg)
9292

aspnet/WaitingPopUp/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can give the Username and Password in the login page. When you click the L
2323

2424
### Create Waiting Popup
2525

26-
You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](http://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.
26+
You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](https://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.
2727

2828
 Create an aspx page and add the following code to the aspx file.
2929

0 commit comments

Comments
 (0)