Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetmvc/ColorPicker/Angular-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

<http://help.syncfusion.com/js/angularjs>
<https://help.syncfusion.com/js/angularjs>

1. The following code example depicts the way to bind data to the ColorPicker widget through AngularJS support.

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Grid/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/TreeView/How-To.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)