diff --git a/aspnetmvc/Button/Button-Type.md b/aspnetmvc/Button/Button-Type.md
index 59747e971..258f330ed 100644
--- a/aspnetmvc/Button/Button-Type.md
+++ b/aspnetmvc/Button/Button-Type.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Button Type | Button | ASP.NET MVC | Syncfusion
-description: button type
+title: Button Type in ASP.NET MVC Button control | Syncfusion
+description: Learn here more about Button Type in Syncfusion Essential ASP.NET MVC Button Control, its elements, and more.
platform: ejmvc
control: Button
documentation: ug
---
-# Button Type
+# Button Type in ASP.NET MVC Button
Button is used as normal click able 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.
@@ -62,7 +62,7 @@ The following steps explains you the details about rendering the Button with abo
Execute the above code to render the following output.
-
+
Different button types
{:.caption}
diff --git a/aspnetmvc/Captcha/Getting-Started.md b/aspnetmvc/Captcha/Getting-Started.md
index 6c8c8384e..40fd41f7d 100644
--- a/aspnetmvc/Captcha/Getting-Started.md
+++ b/aspnetmvc/Captcha/Getting-Started.md
@@ -1,19 +1,19 @@
---
layout: post
-title: Getting Started | Captcha | ASP.NET MVC | Syncfusion
-description: getting started
+title: Getting Started with ASP.NET MVC Captcha control | Syncfusion
+description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC Captcha Control, its element and more.
platform: ejmvc
control: Captcha
documentation: ug
---
-# Getting Started
+# Getting Started with ASP.NET MVC Captcha
## Create your first Captcha in ASP.NET MVC
This section enables you to configure the Captcha control in your ASP.NET MVC application and also in learning how to use captcha with auto validation in Web Forms.
-
+
Captcha control with AutoValidation
{:.caption}
@@ -80,7 +80,7 @@ N> Version=XX.XXXX.X.X - It will vary depend up on .NET Framework version and Es
The following screen shot displays the output of the above codes.
-
+
Captcha control with initial render
{:.caption}
@@ -120,7 +120,7 @@ The Captcha control supports captcha in the form of audio and when you click the
The following screenshot displays the output of the above codes.
-
+
Captcha control with refresh and audio support
{:.caption}
@@ -409,12 +409,12 @@ The Captcha supports automatic validation by enabling the property EnableAutoVa
The following screenshot is the output for the above code example.
-
+
Captcha control with failed Auto Validation
{:.caption}
-
+
Captcha control with successful AutoValidation
{:.caption}
diff --git a/aspnetmvc/Chart/Axis.md b/aspnetmvc/Chart/Axis.md
index 2e31b9bb5..b16b0458e 100644
--- a/aspnetmvc/Chart/Axis.md
+++ b/aspnetmvc/Chart/Axis.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Chart Axis |Chart | ASP.NET MVC | Syncfusion
-description: How to customize the grid lines, tick lines, labels and title of chart axis
+title: Chart Axis in ASP.NET MVC Chart Control | Syncfusion
+description: Learn here more about axis support in Syncfusion Essential ASP.NET MVC Chart Control, its elements, and more.
platform: ejmvc
control: Chart
documentation: ug
---
-# Axis
+# Axis in ASP.NET MVC Chart
**Charts** typically have two axes that are used to measure and categorize data: a vertical (y) axis, and a horizontal (x) axis.
@@ -40,10 +40,10 @@ Category axis displays the text labels instead of numbers. To use the categorica
{% endhighlight %}
-
+
-[Click](http://mvc.syncfusion.com/demos/web/chart/column) here to view our online demo sample that uses Category axis.
+[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/CategoryAxis#/bootstrap5) here to view our online demo sample that uses Category axis.
### Place labels on ticks
@@ -66,7 +66,7 @@ Labels in the category axis can be placed on the ticks by setting the **LabelPla
{% endhighlight %}
-
+
### Display labels after a fixed interval
@@ -89,7 +89,7 @@ To display the labels after a fixed interval n, you can set the **Interval** pro
{% endhighlight %}
-
+
### Indexed Category Axis
@@ -119,11 +119,11 @@ Category axis can also plot points based on index value of data points. Index ba
{% endhighlight %}
-
+
**While Category axis IsIndexed value false**
-
+
## Numeric Axis
@@ -146,7 +146,7 @@ Numeric axis uses numerical scale and displays numbers as labels. To use numeric
{% endhighlight %}
-
+
### Customize numeric range
@@ -170,7 +170,7 @@ To customize the range of an axis, you can use the **Range** property of the axi
{% endhighlight %}
-
+
#### Customizing numeric interval
@@ -193,7 +193,7 @@ Axis interval can be customized by using the **Interval** property of the axis r
{% endhighlight %}
-
+
### Apply padding to the range
@@ -225,7 +225,7 @@ When the value of the RangePadding property is **None**, padding can not be appl
{% endhighlight %}
-
+
#### Round
@@ -250,12 +250,12 @@ When the value of RangePadding property is **Round**, the axis range is rounded
**Chart before rounding axis range**
-
+
**Chart after rounding axis range**
-
+
**Additional**
@@ -278,7 +278,7 @@ When the value of the RangePadding property is **Additional**, the axis range is
{% endhighlight %}
-
+
**Normal**
@@ -301,7 +301,7 @@ When the value of the RangePadding property is **Normal**, the padding is applie
{% endhighlight %}
-
+
####Customizing the starting range of the axis
@@ -316,7 +316,7 @@ By default the Y axis will be always calculated from the value 0 for column, bar
{% endhighlight %}
-
+
## DateTime Axis
@@ -339,7 +339,7 @@ Date time axis uses date time scale and displays the date time values as axis la
{% endhighlight %}
-
+
[Click](http://mvc.syncfusion.com/demos/web/chart/datetimeaxis) here to view our online demo sample for date time axis.
@@ -365,7 +365,7 @@ Date time axis uses date time scale and displays the date time values as axis la
{% endhighlight %}
-
+
### Date time intervals
@@ -398,7 +398,7 @@ Essential Chart supports the following types of interval for date time axis.
{% endhighlight %}
-
+
@@ -429,7 +429,7 @@ When the value of the RangePadding property is **None**, padding is applied to t
{% endhighlight %}
-
+
**Round**
@@ -453,12 +453,12 @@ When the value of the RangePadding property is **Round**, the axis range is roun
**Chart before rounding axis range**
-
+
**Chart after rounding axis range**
-
+
**Additional**
@@ -480,7 +480,7 @@ When the value of the RangePadding property is **Additional**, the range is roun
{% endhighlight %}
-
+
## DateTime Category Axis
@@ -495,7 +495,7 @@ DateTime category axis takes date time value as input but behaves like category
{% endhighlight %}
-
+
[Click](http://mvc.syncfusion.com/demos/web/chart/datetimecategoryaxis) here to view our online demo sample for date time axis.
@@ -513,7 +513,7 @@ Axis range can be customized by using the *range* property to set the **Minimum*
{% endhighlight %}
-
+
### DateTime Category intervals
@@ -537,7 +537,7 @@ Essential Chart supports the following types of interval for date time category
{% endhighlight %}
-
+
## Logarithmic Axis
@@ -561,7 +561,7 @@ Logarithmic axis uses logarithmic scale and it is very useful in visualizing whe
{% endhighlight %}
-
+
[Click](http://mvc.syncfusion.com/demos/web/chart/logaxis) here to view our online demo sample link for logarithmic axis.
@@ -585,7 +585,7 @@ Logarithmic range can be customized by using the Range property of the axis to c
{% endhighlight %}
-
+
### Logarithmic base
@@ -607,7 +607,7 @@ Logarithmic base can be customized by using the **LogBase** property of the axis
{% endhighlight %}
-
+
### Logarithmic interval
@@ -630,7 +630,7 @@ Logarithmic axis interval can be customized by using the Interval property of th
{% endhighlight %}
-
+
## Label Format
@@ -655,7 +655,7 @@ Numeric labels can be formatted by using the **LabelFormat** property. Numeric v
{% endhighlight %}
-
+
The following table describes the result of applying some commonly used label formats on numeric values.
@@ -738,7 +738,7 @@ Date time labels can be formatted by using the **LabelFormat** property of the a
{% endhighlight %}
-
+
The following table describes the result of applying some common date time formats to the labelFormat property
@@ -808,7 +808,7 @@ Prefix and suffix can be added to the category labels by using the LabelFormat p
{% endhighlight %}
-
+
## Common axis features
@@ -835,7 +835,7 @@ Axis can be positioned anywhere in chart area using the **CrossesAt** property o
{% endhighlight %}
-
+
#### Crossing a specific Axis
@@ -859,7 +859,7 @@ The **CrossesInAxis** property takes axis name as input and determines the axis
{% endhighlight %}
-
+
Axis will be placed in the opposite side if value of *CrossesAt* property is greater than the maximum value of crossing axis (axis name provided through *CrossesInAxis* property or primary Y axis for horizontal axis).
@@ -879,7 +879,7 @@ Axis will be placed in the opposite side if value of *CrossesAt* property is gre
{% endhighlight %}
-
+
#### Positioning the axis elements while crossing
@@ -903,7 +903,7 @@ The `ShowNextToAxisLine` property is used for controlling the axis elements move
The axis is placed at the crossing value without the axis elements
-
+
### Axis Visibility
@@ -926,7 +926,7 @@ Axis visibility can be controlled by using the **Visible** property of the axis.
{% endhighlight %}
-
+
### Axis title
@@ -955,7 +955,7 @@ The **Title** property in the axis provides options to customize the text and fo
{% endhighlight %}
-
+
You can modify the position of the axis title either inside or outside the chart area using the property **Position**. By default, it will be placed outside the chart area. In addition, you can also change the alignment of the title to near, far and center by **Alignment** property, using **Offset** property you can change the position with respect to pixels.
@@ -968,7 +968,7 @@ You can modify the position of the axis title either inside or outside the chart
{% endhighlight %}
-
+
### Label customization
@@ -993,7 +993,7 @@ The **Font** property of the axis provides options to customize the FontFamily,
{% endhighlight %}
-
+
#### Axis Labels Line Break
@@ -1025,7 +1025,7 @@ For category value type, ** ** can be specified in x value of data points.
{% endhighlight %}
-
+
For numeric, datetime and datetimeCategory value type, ** ** can be specified in labelFormat.
@@ -1043,7 +1043,7 @@ For numeric, datetime and datetimeCategory value type, ** ** can be specified
{% endhighlight %}
-
+
### Label and tick positioning
@@ -1065,7 +1065,7 @@ Axis labels and ticks can be positioned inside or outside the chart area by usin
{% endhighlight %}
-
+
### Edge labels placement
@@ -1090,12 +1090,12 @@ Labels with long text at the edges of an axis may appear partially outside the c
**Chart before setting edge label placement to X-axis**
-
+
**Chart after setting edge label placement to X-axis**
-
+
### Grid lines customization
@@ -1120,7 +1120,7 @@ The **MajorGridLines** and **MinorGridLines** properties in the axis are used to
{% endhighlight %}
-
+
### Tick lines customization
@@ -1145,7 +1145,7 @@ The **MajorTickLines** and **MinorTickLines** properties in the axis are used to
{% endhighlight %}
-
+
### Inversing axis
@@ -1170,12 +1170,12 @@ Axis can be inversed by using the **IsInversed** property of the axis. The defau
**Chart before inversing the axes**
-
+
**Chart after inversing the axes**
-
+
### Place axes at the opposite side
@@ -1200,12 +1200,12 @@ The **OpposedPosition** property of axis can be used to place the axis at the op
**Chart with X and Y axes at normal position**
-
+
**Chart with Y-axis at opposed position**
-
+
### Maximum number of labels per 100 pixels
@@ -1230,12 +1230,12 @@ A maximum of 3 labels are displayed for each 100 pixels in the axis, by default.
**Chart before setting maximum labels per 100 pixels**
-
+
**Chart after setting maximum labels one per 100 pixels**
-
+
@@ -1243,7 +1243,7 @@ A maximum of 3 labels are displayed for each 100 pixels in the axis, by default.
Multiple axes can be used in the Chart and chart area can be split into multiple panes to draw multiple series with multiple axes.
-
+
An additional horizontal or vertical axis can be added to the chart by adding an axis instance to the **Axes** collection and then you can associate it to a series by specifying the name of the axis to the **XAxisName** or **YAxisName** property of the series.
@@ -1271,7 +1271,7 @@ An additional horizontal or vertical axis can be added to the chart by adding an
-
+
[Click](http://mvc.syncfusion.com/demos/web/chart/multipleaxes) here to view the multiple axis online demo sample.
@@ -1297,7 +1297,7 @@ When the Axis labels overlap with each other based on the chart dimensions and l
-
+
[Click](http://mvc.syncfusion.com/demos/web/chart/smartaxislabels) here to view our online demo sample for smart axis labels.
@@ -1306,37 +1306,37 @@ When the Axis labels overlap with each other based on the chart dimensions and l
The following screenshot displays the result, when the LabelIntersectAction property is set as **Rotate45**.
-
+
The following screenshot displays the result, when the LabelIntersectAction property is set as **Rotate90**.
-
+
The following screenshot displays the result, when the LabelIntersectAction property is set as **Wrap**.
-
+
The following screenshot displays the result, when of setting the **trim** as value to the LabelIntersectAction property.
-
+
The following screenshot displays the result, when the LabelIntersectAction property is set as **Hide**.
-
+
The following screenshot displays the result, when the LabelIntersectAction property is set as **MultipleRows **.
-
+
The following screenshot displays the result, when the LabelIntersectAction property is set as **WrapByWord**.
-
+
## Multi-level Labels
Axis can be customized with multiple levels of labels using the **MultiLevelLabels** property. These labels are placed based on the start and end range values and we can add any number of labels to an axis.
@@ -1351,7 +1351,7 @@ Axis can be customized with multiple levels of labels using the **MultiLevelLabe
{% endhighlight %}
-
+
### Customizing the multi-Level labels
The color, width and type of the border can be customized. The default border type is **Rectangle**. And the other supported border types are namely brace, curly brace, without top/bottom border and none.
@@ -1366,7 +1366,7 @@ The color, width and type of the border can be customized. The default border ty
{% endhighlight %}
-
+
The text of the labels can be customized using the **Text** and **Font** properties
@@ -1380,7 +1380,7 @@ The text of the labels can be customized using the **Text** and **Font** propert
{% endhighlight %}
-
+
You can change the alignment of the text to far, near and center position using the **TextAlignment** property. By default, the text will be center aligned.
@@ -1394,7 +1394,7 @@ You can change the alignment of the text to far, near and center position using
{% endhighlight %}
-
+
You can trim, wrap or wrapAndTrim the text if it exceeds the maximum text width value using the property **TextOverflow**
@@ -1410,7 +1410,7 @@ You can trim, wrap or wrapAndTrim the text if it exceeds the maximum text width
The below screenshot shows the trimmed multi-level labels
-
+
And these labels can be placed in various rows using the **Level** property.
-[Click](http://mvc.syncfusion.com/demos/web/chart/multilevellabels) here to view the multi-level labels online demo sample.
+[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/MultiLevelLabels#/bootstrap5) here to view the multi-level labels online demo sample.
diff --git a/aspnetmvc/DropDownList/Getting-Started.md b/aspnetmvc/DropDownList/Getting-Started.md
index 7b5e42ab0..9560627e6 100644
--- a/aspnetmvc/DropDownList/Getting-Started.md
+++ b/aspnetmvc/DropDownList/Getting-Started.md
@@ -1,18 +1,18 @@
---
layout: post
-title: Getting started with DropDownList control for Syncfusion ASP.NET MVC
-description: To get start with DropDownList by adding references.
+title: Getting Started with ASP.NET MVC DropDownList control | Syncfusion
+description: Learn here more about getting started with Syncfusion Essential ASP.NET MVC DropdownList Control, its elements, and more.
platform: ejmvc
control: DropDownList
documentation: ug
keywords: DropDownList, dropdown, Populating data
---
-# Getting Started
+# Getting Started with ASP.NET MVC DropdownList
## Creating your first DropDownList in MVC application
-1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
+1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
2. Add DropDownList control using the helper from EJ namespace.
@@ -28,7 +28,7 @@ keywords: DropDownList, dropdown, Populating data
## Populating data
-The DropDownList can be bounded to any local list data and remote data services. You can use [DataManager](http://help.syncfusion.com/js/datamanager/overview) component to serve data from the data services based on the query provided.You can bind data locally from controller also. To render the DropDownList items, map the DropDownListFields with corresponding Fields
+The DropDownList can be bounded to any local list data and remote data services. You can use [DataManager](https://help.syncfusion.com/js/datamanager/overview) component to serve data from the data services based on the query provided.You can bind data locally from controller also. To render the DropDownList items, map the DropDownListFields with corresponding Fields
{% highlight html %}
diff --git a/aspnetmvc/Grid/How-to.md b/aspnetmvc/Grid/How-to.md
index f535ad6de..c3fed34d1 100644
--- a/aspnetmvc/Grid/How-to.md
+++ b/aspnetmvc/Grid/How-to.md
@@ -1,12 +1,12 @@
---
layout: post
-title: How to
-description: How to
+title: How to Section in ASP.NET MVC Grid control | Syncfusion
+description: Learn here more about How To Section in Syncfusion Essential ASP.NET MVC Grid Control, its element and more.
platform: ejmvc
control: Grid
documentation: ug
---
-# How to
+# How to Section in ASP.NET MVC Grid
## Apply formatting for columns dynamically
@@ -116,7 +116,7 @@ namespace SyncfusionMvcApplication3.Controllers
The following output is displayed as a result of the previous code example.
-
+
## Customize drag and drop element while grouping
@@ -176,7 +176,7 @@ namespace MVCSampleBrowser.Controllers
The following output is displayed as a result of the previous code example.
-
+
## Display tooltip
@@ -364,7 +364,7 @@ namespace EJGrid.Controllers
The following screenshot illustrates the output.
-
+
## Custom binding for grid CRUD operation
@@ -565,7 +565,7 @@ namespace EJGrid.Controllers
{% endhighlight %}
{% endtabs %}
- 
+ 
## Binding SignalR endpoint
@@ -1004,7 +1004,7 @@ Using the Range property and AddComment method of the XlsIO IRange Class, we wil
The following screenshot displays the exported grid with comments added to cells
-
+
### Adding comments in exported Word document
@@ -1060,7 +1060,7 @@ We can add comments to the word document using the AppendComment method in the W
The following screenshot shows the exported grid with comments added to the document.
-
+
### Adding comments in exported PDF document
@@ -1123,7 +1123,7 @@ We can add comments to a PDF documents using the annotation support provided in
The following screenshot displays the exported grid with comments added to cells.
-
+
## Adding header and footer in the exported file (Excel, Word or PDF)
@@ -1375,7 +1375,7 @@ namespace SyncfusionMvcApplication3.Controllers
{% endhighlight %}
{% endtabs %}
The following output is displayed as a result of the previous code example.
-
+
## Configure grid through the grid model properties
@@ -1424,7 +1424,7 @@ The following code example shows you how to set grid properties such as `AllowPa
The following output is displayed as a result of the previous code example.
-
+
## Work with partial views
@@ -1493,7 +1493,7 @@ In unobtrusive mode, to load grid from partial view via AJAX, in the success cal
The following output is displayed as a result of the previous code example.
-
+
In non-unobtrusive mode, to load grid from partial view via AJAX, the `ScriptManager` HTML helper should be placed at the bottom of the partial view.
@@ -1557,7 +1557,7 @@ The following code sample describes the previous behavior.
The following output is displayed as a result of the previous code example.
-
+
## Rendering the grid using grid properties in server-side
@@ -1604,7 +1604,7 @@ The following code example which will explain to render the grid control in serv
The following output is displayed as a result of the previous code example.
-
+
## Export grid to target location without download prompt(Excel, Word or PDF)
@@ -1758,7 +1758,7 @@ public partial class GridController : Controller
{% endtabs %}
The following output is displayed as a result of the previous code example.
-
+
## Display other Syncfusion controls in grid columns
@@ -1830,7 +1830,7 @@ We can display the other Syncfusion controls using the `Template` property of gr
The following output is displayed as a result of the previous code example.
-
+
## Perform grid actions on external button click
@@ -2102,7 +2102,7 @@ The following code example explains the previous behavior.
{% endtabs %}
The following output is displayed as a result of the previous code example.
-
+
## Getting Datasource of Grid in Sorted Order
diff --git a/aspnetmvc/ListView/Getting-Started.md b/aspnetmvc/ListView/Getting-Started.md
index cfacff164..418187bf0 100644
--- a/aspnetmvc/ListView/Getting-Started.md
+++ b/aspnetmvc/ListView/Getting-Started.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Getting Started | ListView | ASP.NET MVC | Syncfusion
-description: getting started
+title: Getting Started with ASP.NET MVC ListView control | Syncfusion
+description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC ListView Control, its elements, and more.
platform: ejmvc
control: ListView
documentation: ug
---
-# Getting Started
+# Getting Started with ASP.NET MVC ListView
This section explains briefly on how to create a ListView control in your application.
@@ -16,7 +16,7 @@ This section explains briefly on how to create a ListView control in your applic
The Essential StudioListView widget builds an interactive list view interface. This control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry.
-
+
List view Control
{:.caption}
@@ -79,7 +79,7 @@ In the View page, add ListView helper and map the Local data list to correspondi
Run the above code to render the following output.
-
+
## Add header
@@ -100,4 +100,4 @@ You can add a header for ListView using ShowHeader property. Refer to the follow
Run the above code to render the following output.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/aspnetmvc/PdfViewer/Toolbar-Customization.md b/aspnetmvc/PdfViewer/Toolbar-Customization.md
index 47b7150e1..ff53fedee 100644
--- a/aspnetmvc/PdfViewer/Toolbar-Customization.md
+++ b/aspnetmvc/PdfViewer/Toolbar-Customization.md
@@ -1,13 +1,12 @@
---
layout: post
-title: Toolbar Customization in ASP.NET MVC PdfViewer | Syncfusion
-description: Toolbar customization in ASP.NET MVC PdfViewer Control and toolbar configuration for ejmvc PdfViewer Control.
+title: Toolbar Customization in ASP.NET MVC Pdf Viewer | Syncfusion
+description: Learn here about Toolbar Customization in Syncfusion ASP.NET MVC Pdf Viewer Control, its elements, and more.
platform: ejmvc
control: PDF viewer
documentation: ug
---
-
-## Toolbar Customization
+# Toolbar Customization in ASP.NET MVC Pdf Viewer
**Customizing default toolbar**
diff --git a/aspnetmvc/RadialMenu/TemplateSupport.md b/aspnetmvc/RadialMenu/TemplateSupport.md
index 60b55d5db..8ee33cd1a 100644
--- a/aspnetmvc/RadialMenu/TemplateSupport.md
+++ b/aspnetmvc/RadialMenu/TemplateSupport.md
@@ -1,17 +1,17 @@
---
layout: post
-title: Template Support | RadialMenu | ASP.NET MVC | Syncfusion
-description: template support
+title: Template Support in ASP.NET MVC Radial Menu control | Syncfusion
+description: Learn here more about Toolbar Customization in Syncfusion Essential ASP.NET MVC Radial Menu Control, its element and more.
platform: ejmvc
control: Radial Menu
documentation: ug
---
-## Template Support
+# Template Support in ASP.NET MVC Radial Menu
Template support for RadialMenu items will allow you to use any type of [\