diff --git a/aspnetmvc/ColorPicker/Angular-Binding.md b/aspnetmvc/ColorPicker/Angular-Binding.md index e21508c9f..66c47f132 100644 --- a/aspnetmvc/ColorPicker/Angular-Binding.md +++ b/aspnetmvc/ColorPicker/Angular-Binding.md @@ -22,7 +22,7 @@ Apply the plugin and property assigning to the ColorPicker widget element throug To know more about the AngularJS binding, you can refer to the online documentation in the following link location, - + 1. The following code example depicts the way to bind data to the ColorPicker widget through AngularJS support. diff --git a/aspnetmvc/Grid/Data-Binding.md b/aspnetmvc/Grid/Data-Binding.md index 780d238ca..fd6621f19 100644 --- a/aspnetmvc/Grid/Data-Binding.md +++ b/aspnetmvc/Grid/Data-Binding.md @@ -735,7 +735,7 @@ The following code example describes the above behavior. {% endhighlight %} {% endtabs %} -N> To add custom headers to the DataManager through JavaScript, refer to this [link]( https://www.syncfusion.com/kb/5963) +N> To add custom headers to the DataManager through JavaScript, refer to this [link](https://support.syncfusion.com/kb/article/5602/how-to-send-custom-headers-to-server-using-datamanager-in-net-mvc-?isInternalRefresh=False) The following output is displayed as a result of the above code example. diff --git a/aspnetmvc/TreeView/How-To.md b/aspnetmvc/TreeView/How-To.md index 0ead0631b..441a73c20 100644 --- a/aspnetmvc/TreeView/How-To.md +++ b/aspnetmvc/TreeView/How-To.md @@ -11,7 +11,7 @@ keywords: TreeView, Syncfusion, EJ MVC TreeView, UG Document, How To ## Update the modified data from tree to database. -TreeView allows us to get the updated tree data after performing such operation like node editing, drag and drop, add and remove node. Using [getTreeData](http://help.syncfusion.com/js/api/ejtreeview#methods:gettreedata) method you can get the updated tree data. +TreeView allows us to get the updated tree data after performing such operation like node editing, drag and drop, add and remove node. Using [getTreeData](https://help.syncfusion.com/api/js/ejtreeview#methods:gettreedata) method you can get the updated tree data. Refer the following code block to know how to get updated data from TreeView. @@ -271,7 +271,7 @@ The output for the context menu for TreeView control is as follows. ## Sorted data using refresh method -TreeView allows you to refresh the entire tree data by using [refresh](http://help.syncfusion.com/js/api/ejtreeview#methods:refresh) method. Refer the below code block to know how to sort entire tree data using refresh method. +TreeView allows you to refresh the entire tree data by using [refresh](https://help.syncfusion.com/api/js/ejtreeview#methods:refresh) method. Refer the below code block to know how to sort entire tree data using refresh method. In the controller page, create a data list that contains the details about tree nodes. @@ -726,7 +726,7 @@ TreeView allows us to bind and update tree data in mapped data component while a ## Set tooltip for TreeView nodes -TreeView allows you to set tooltip option to TreeView nodes using [fields.linkAttribute](http://help.syncfusion.com/js/api/ejtreeview#members:fields-linkattribute) property of TreeView. Refer the below code block to know how to set tooltip for TreeView nodes. +TreeView allows you to set tooltip option to TreeView nodes using [fields.linkAttribute](https://help.syncfusion.com/api/js/ejtreeview#members:fields-linkattribute) property of TreeView. Refer the below code block to know how to set tooltip for TreeView nodes. In the model page, add a class and define the properties as shown below. diff --git a/aspnetmvc/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md b/aspnetmvc/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md index 3ba5d2a98..96f197f99 100644 --- a/aspnetmvc/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md +++ b/aspnetmvc/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md @@ -89,7 +89,7 @@ Use the following steps to create the **Syncfusion ASP.NET MVC (Essential JS 1) ![Web.config file configured for the selected controls in the project created](Create-Project_images/CreateSyncfusionMVCProject-img15.png) -8. 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. +8. 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. ![Syncfusion license registration required message box for Syncfusion Essential JS 1 ASP.NET MVC web projects](Create-Project_images/CreateSyncfusionMVCProject-img16.jpeg)