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 aspnet-core/Accordion/Keyboard-Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Shortcut Key</th><th>
Description</th></tr>
<tr>
<td>
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
Focuses into the accordion control</td></tr>
<tr>
<td>
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Autocomplete/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The below following types are used to bind remote datasource to an AutoComplete

### OData

OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the dataManager URL property.
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the dataManager URL property.


{% highlight html %}
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Autocomplete/How-To.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following screenshot exhibits the output of the above code.

## URL,Web API adaptor server side filtering

When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://www.syncfusion.com/kb/4300/server-side-api-for-datamanager-operations) before returning data to the client side.
When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations) before returning data to the client side.

This change is applicable for all operations that needs to fetch altered data from Data source like filter, search etc.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Autocomplete/Keyboard-Interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Shortcut Key</th><th>
Description</th></tr>
<tr>
<td>
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
Focuses into the AutoComplete text box</td></tr>
<tr>
<td>
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Autocomplete/Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete.

N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation).

## Validation Rules

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/Button/Button-Type.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Button Type | Button | ASP.NET Core | Syncfusion
description: button type
title: Button Type in ASP.NET Core Button Control | Syncfusion
description: Learn here all about button type support in Syncfusion Essential ASP.NET Core Button control, its elements, and more.
platform: aspnet-core
control: Button
documentation: ug
---

# Button Type
# Button Type in ASP.NET Core Button

Button is used as normal clickable button, submitting form data, resetting the form data to its initial value. According to the usage of button, you can render the button in three types. Using the Type property, you can easily render the button in following types.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/CheckBox/Easy-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Checkbox in binary states

## Enable Tri-State

Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](http://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](http://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](https://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.

When you enable Tri-state, then the Checkbox includes the indeterminate state. The Checkbox has three states. Enable the enable-tri-state property specifies to enable or disable the Tri-State option for Checkbox.

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/CheckBox/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Checkbox | Checkbox | ASP.NET Core | Syncfusion
description: overview
title: Overview of ASP.NET Core Checkbox Control | Syncfusion
description: Learn here all about overview of Syncfusion Essential ASP.NET Core Checkbox control, its elements, and more.
platform: spnet-core
control: Checkbox
documentation: ug
---

# Checkbox
# Overview of ASP.NET Core Checkbox

The Essential ASP.NET Core Checkbox control allows you to check an option to perform an action. This control allows you to select true, false or an intermediate option. These checkboxes are supported with themes. The HTML check box control is rendered as Essential ASP.NET Core Checkbox control.

Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ documentation: ug

# Configuring Syncfusion Bower Packages

[Bower](http://bower.io) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
[Bower](https://bower.io/) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.

I>Syncfusion JavaScript Bower package is available as [public Git Repository](https://github.com/syncfusion/JavaScript-Widgets) and also registered as Syncfusion-JavaScript in the Bower registry.

### Bower Installation

To configure the Bower in your machine you need to install [node, npm](http://nodejs.org) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](http://bower.io/#install-bower).
To configure the Bower in your machine you need to install [node, npm](https://nodejs.org/) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](https://bower.io/).
Syncfusion JavaScript Bower package can be configured in the following ways.

1. Using command prompt.
Expand Down Expand Up @@ -88,7 +88,7 @@ Syncfusion JavaScript npm package is available as [public Git Repository](https:

### Syncfusion npm Installation

To configure the npm, install the [Nodejs](http://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node).
To configure the npm, install the [Nodejs](https://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node/).

syncfusion-javascript npm package can be configured in following ways.

Expand Down Expand Up @@ -167,7 +167,7 @@ npm update

### Overview

JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es6-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.

### Syncfusion JavaScript JSPM

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Core-Concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Find the steps to configure the Syncfusion Components to particular language fro

## Accessibility

All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.

For example, the ejButton widget, when created through JavaScript code will render in the web browser with HTML DOM elements (along with the assigned built-in ARIA attributes) as shown below,

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Shortcut Key</th><th>
Description</th></tr>
<tr>
<td>
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
Focuses the control</td></tr>
<tr>
<td>
Expand Down Expand Up @@ -55,7 +55,7 @@ currencyAttribute.Add("accesskey", "j");

{% endhighlight %}

Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the CurrencyTextBox widget. Perform provided functionality by using keyboard shortcuts.
Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the CurrencyTextBox widget. Perform provided functionality by using keyboard shortcuts.


![](Keyboard-Interaction_images/Keyboard-Interaction_img1.png)
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/DataManager/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The result of the above code example is illustrated as follows.

## OData V4

The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](http://www.odata.org/documentation/).
The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](https://www.odata.org/documentation/).

You can refer to the following code example for consuming OData v4 services and bind the result to the simple **HTML** table. In the the following code, `crossDomain` is enabled to make cross domain request.

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/DatePicker/Behavior-Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ N> You can change the **MinDate** and **MaxDate** value dynamically like **Value

Start and depth represents the view of Essential ASP.NET Core DatePicker calendar. DatePicker calendar has four different level of views, which are month, year, decade and century. It allows you to quick pick date from different months and years by navigating through different views.

By default DatePicker starts with month view and can be drill down into year, decade and century. You can also change the start and depth level view by using [StartLevel](http://help.syncfusion.com/js/api/ejdatepicker#members:startlevel) and [DepthLevel](http://help.syncfusion.com/js/api/ejdatepicker#members:depthlevel) property. So that you can initiate DatePicker calendar to view at any level and control the navigation.
By default DatePicker starts with month view and can be drill down into year, decade and century. You can also change the start and depth level view by using [StartLevel](https://help.syncfusion.com/js/api/ejdatepicker#members:startlevel) and [DepthLevel](https://help.syncfusion.com/js/api/ejdatepicker#members:depthlevel) property. So that you can initiate DatePicker calendar to view at any level and control the navigation.

* "Month" - shows the days in month to pick.
* "Year" - shows the months in year to pick.
Expand All @@ -79,7 +79,7 @@ By default DatePicker starts with month view and can be drill down into year, de

## Display Inline Mode

The Essential ASP.NET Core DatePicker provides an option to act as calendar by setting the [DisplayInline](http://help.syncfusion.com/js/api/ejdatepicker#members:displayinline) property as true. In this mode the DatePicker calendar has been placed open state constantly to pick the date.
The Essential ASP.NET Core DatePicker provides an option to act as calendar by setting the [DisplayInline](https://help.syncfusion.com/js/api/ejdatepicker#members:displayinline) property as true. In this mode the DatePicker calendar has been placed open state constantly to pick the date.
Refer below code example to represent DatePicker as calendar.

{% highlight cshtml %}
Expand All @@ -103,7 +103,7 @@ Refer below code example to represent DatePicker as calendar.

## Strict Mode

Strict mode in Essential ASP.NET Core DatePicker allows you to enter valid or invalid date in input textbox, but an error class will get added to exhibit if it is an invalid date. When you set [EnableStrictMode](http://help.syncfusion.com/js/api/ejdatepicker#members:enablestrictmode) to false, DatePicker allows you to enter only the valid date or else it will resets with previous value.
Strict mode in Essential ASP.NET Core DatePicker allows you to enter valid or invalid date in input textbox, but an error class will get added to exhibit if it is an invalid date. When you set [EnableStrictMode](https://help.syncfusion.com/js/api/ejdatepicker#members:enablestrictmode) to false, DatePicker allows you to enter only the valid date or else it will resets with previous value.

Also the valid date should be defined in specified range or else it resets to min or maximum date when the entered date is out of range

Expand Down
10 changes: 5 additions & 5 deletions aspnet-core/DatePicker/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Essential ASP.NET Core DatePicker appearance can be customized using below l

## Set Dimension

By default DatePicker has standard height and width (height: "30" and width: "143"). You can change this height and width by using [Height](http://help.syncfusion.com/js/api/ejdatepicker#members:height) and [Width](http://help.syncfusion.com/js/api/ejdatepicker#members:width) property respectively.
By default DatePicker has standard height and width (height: "30" and width: "143"). You can change this height and width by using [Height](https://help.syncfusion.com/js/api/ejdatepicker#members:height) and [Width](https://help.syncfusion.com/js/api/ejdatepicker#members:width) property respectively.


{% highlight cshtml %}
Expand Down Expand Up @@ -63,7 +63,7 @@ Since Essential ASP.NET Core DatePicker is a form control and you can make it as

## Show Footer

You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](http://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](https://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.

{% highlight cshtml %}

Expand Down Expand Up @@ -91,7 +91,7 @@ N> Footer contains the today button to quickly navigate to the current date. By

## Show Popup Button

The Essential ASP.NET Core DatePicker input textbox contains a button to open the DatePicker calendar. You can hide this DatePicker calendar button using [ShowPopupButton](http://help.syncfusion.com/js/api/ejdatepicker#members:showpopupbutton) value as false.
The Essential ASP.NET Core DatePicker input textbox contains a button to open the DatePicker calendar. You can hide this DatePicker calendar button using [ShowPopupButton](https://help.syncfusion.com/js/api/ejdatepicker#members:showpopupbutton) value as false.

By hiding this button, you can open the DatePicker by focusing the input textbox element itself.

Expand Down Expand Up @@ -119,7 +119,7 @@ By hiding this button, you can open the DatePicker by focusing the input textbox

## Show Other Months

You can show or hide the other month days from the Essential ASP.NET Core DatePicker calendar by using [ShowOtherMonths](http://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
You can show or hide the other month days from the Essential ASP.NET Core DatePicker calendar by using [ShowOtherMonths](https://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.

{% highlight cshtml %}

Expand All @@ -144,7 +144,7 @@ You can show or hide the other month days from the Essential ASP.NET Core DatePi

## Highlight Special Date

The Essential ASP.NET Core DatePicker allows you to highlight the special dates in ASP.NET Core DatePicker calendar by using [SpecialDates](http://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) property. It receives the list of "dataSpecial" date fields such as, in which the data should contain the date value, icon CSS class and tooltip as field values with any names.
The Essential ASP.NET Core DatePicker allows you to highlight the special dates in ASP.NET Core DatePicker calendar by using [SpecialDates](https://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) property. It receives the list of "dataSpecial" date fields such as, in which the data should contain the date value, icon CSS class and tooltip as field values with any names.

Special Date property has following properties,

Expand Down
Loading