Skip to content

Commit 749fd9c

Browse files
Merge pull request #303 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents 3e6346e + 852f060 commit 749fd9c

File tree

11 files changed

+50
-50
lines changed

11 files changed

+50
-50
lines changed

aspnetmvc/Autocomplete/How-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: How to
4-
description: How to
3+
title: How To Section with ASP.NET MVC Autocomplete Control | Syncfusion
4+
description: Learn here about how to section with Syncfusion Essential ASP.NET MVC Autocomplete Control, its elements, and more.
55
platform: ejmvc
66
control: Autocomplete
77
documentation: ug
88
---
9-
# How to
9+
# How To Section with ASP.NET MVC Autocomplete
1010

1111
## Render Autocomplete from Code behind
1212

aspnetmvc/Button/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Button| Button | ASP.NET MVC | Syncfusion
4-
description: overview
3+
title: Overview of ASP.NET MVC Button Control | Syncfusion
4+
description: Learn here more about Overview of Syncfusion Essential ASP.NET MVC Button Control, its elements, and more.
55
platform: ejmvc
66
control: Button
77
documentation: ug
88
---
99

10-
# Button
10+
# Overview of ASP.NET MVC Button
1111

1212
The Essential ASP.NET MVCButton control allows you to perform an action by clicking on it. The Button control has the feature of displaying both text and images. When the Button is clicked, it looks as if it is being pushed in and released. The Text property is used to display the Text content in Button. The Button control displays images using the sprite CSS and Image Position properties. The Buttons control has theme support. While using input type submit, reset and button to be render as button, has text only support.
1313

aspnetmvc/Checkbox/Easy-customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Easy customization | Checkbox | ASP.NET MVC | Syncfusion
4-
description: easy customization
3+
title: Easy customization in ASP.NET MVC Checkbox Control | Syncfusion
4+
description: Learn here about easy customization support in Syncfusion Essential ASP.NET MVC Checkbox Control, its elements, and more.
55
platform: ejmvc
66
control: Checkbox
77
documentation: ug
88
---
99

10-
# Easy customization
10+
# Easy customization in ASP.NET MVC Checkbox
1111

1212
## Checked state
1313

aspnetmvc/DateRangePicker/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting Started | DateRangePicker | ASP.NET MVC | Syncfusion
4-
description: getting started
3+
title: Getting Started with ASP.NET MVC DateRangePicker Control | Syncfusion
4+
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC DateRangePicker Control, its element and more.
55
platform: ejmvc
66
control: DateRangePicker
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET MVC DateRangePicker
1111

1212
This section explains briefly about how to render a DateRangePicker in your application with ASP.NET MVC.
1313

@@ -16,7 +16,7 @@ This section explains briefly about how to render a DateRangePicker in your appl
1616
The Essential ASP.NET MVC DateRangePicker supports to display two calendars in the webpage and allows you pick date range from the calendars. Refer the following guidelines to customize the DateRangePicker. The following screenshot illustrates the functionality of DateRangePicker.
1717

1818

19-
![](Getting-Started_images/getting-started.png)
19+
![Create your first DateRangePicker in ASP.NET MVC](Getting-Started_images/getting-started.png)
2020

2121
DateRangePicker
2222
{:.caption}
@@ -45,7 +45,7 @@ ASP.NET MVC DateRangePicker widget basically renders with built-in features like
4545

4646
Execute the above code to render the following output.
4747

48-
![](Getting-Started_images/getting-started1.png)
48+
![Create a DateRangePicker in ASP.NET MVC](Getting-Started_images/getting-started1.png)
4949

5050
DateRangePicker
5151
{:.caption}
@@ -93,7 +93,7 @@ Below code will explain to use the **EndDate** API to set the end Date in popup.
9393

9494
Execute the above code to render the following output.
9595

96-
![](Getting-Started_images/getting-started2.png)
96+
![Start Date and End Date in ASP.NET MVC DateRangePicker](Getting-Started_images/getting-started2.png)
9797

9898
DateRangePicker with StartDate and EndDate
9999
{:.caption}

aspnetmvc/Gantt/Columns.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Columns | Gantt | ASP.NET MVC | Syncfusion
4-
description: columns
3+
title: Columns support in ASP.NET MVC Gantt Control | Syncfusion
4+
description: Learn here about columns support in Syncfusion Essential ASP.NET MVC Gantt Control, its elements, and more.
55
platform: ejmvc
66
control: Gantt
77
documentation: ug
88
---
99

10-
# Gantt Columns
10+
# Columns in ASP.NET MVC Gantt
1111

1212
Gantt column displays the information from a bounded data source and it will be editable to update the task details through TreeGrid.
1313

@@ -169,15 +169,15 @@ public class GanttController : Controller
169169

170170
The following screenshot displays the customized column in Gantt control.
171171

172-
![](Columns_images/Columns_img7.png)
172+
![Column Template in ASP.NET MVC Gantt](Columns_images/Columns_img7.png)
173173

174174
## Column Menu
175175

176176
### Show column chooser
177177

178178
Gantt supports enabling and disabling the visibility of the columns dynamically with the `ShowColumnChooser` property. The visibility of the custom columns can also be toggled with this property. Column chooser option is rendered as a sub menu item within the column menu in the Gantt columns.
179179

180-
![](Columns_images/Columns_img2.png)
180+
![Column Menu in ASP.NET MVC Gantt](Columns_images/Columns_img2.png)
181181

182182
The column menu is enabled with the `ShowColumnChooser` property, where the default value for this property is `false`.
183183

@@ -203,13 +203,13 @@ Sort Ascending and Sort Descending options can be enabled or disabled with the `
203203

204204
The following screenshot displays the column chooser in the Gantt control.
205205

206-
![](Columns_images/Columns_img3.png)
206+
![Column chooser in ASP.NET MVC Gantt](Columns_images/Columns_img3.png)
207207

208208
### Show Column Options
209209

210210
You can customize the column with some more options with the `ShowColumnOptions` property. Use this property to insert a new column, delete a column and to update the header text of the column.
211211

212-
![](Columns_images/Columns_img4.png)
212+
![Show Column Options in ASP.NET MVC Gantt](Columns_images/Columns_img4.png)
213213

214214
The column options can be enabled or disabled with the `ShowColumnOptions` property, where the default value for this property is `false`.
215215

@@ -222,7 +222,7 @@ The column options provide the following options:
222222

223223
Inserting column provides the dialog to enter the details for the column.
224224

225-
![](Columns_images/Columns_img5.png)
225+
![Column Dialog Fields in ASP.NET MVC Gantt](Columns_images/Columns_img5.png)
226226

227227
These fields can be customized with the `ColumnDialogFields` property. The following code sample shows you how to customize these fields.
228228

@@ -242,7 +242,7 @@ These fields can be customized with the `ColumnDialogFields` property. The follo
242242

243243
{% endhighlight %}
244244

245-
![](Columns_images/Columns_img6.png)
245+
![Change visibility of the columns dynamically in ASP.NET MVC Gantt](Columns_images/Columns_img6.png)
246246

247247
## Change visibility of the columns dynamically
248248

@@ -286,4 +286,4 @@ Tree/Expander column is a column in Gantt which has icons to expand/collapse the
286286

287287
The below screenshot shows the output of above code example.
288288

289-
![](Columns_images/Columns_img8.png)
289+
![Change Tree/Expander Column in ASP.NET MVC Gantt](Columns_images/Columns_img8.png)

aspnetmvc/Gantt/How-to/Change-Splitter-position.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Change Splitter position | Gantt | ASP.NET MVC | Syncfusion
4-
description: change splitter position
3+
title: Change Splitter position in ASP.NET MVC Gantt Control | Syncfusion
4+
description: Learn here more about change splitter position support in Syncfusion Essential ASP.NET MVC Gantt Control, its elements, and more.
55
platform: ejmvc
66
control: Gantt
77
documentation: ug
88
---
99

10-
## Change Splitter position
10+
# Change Splitter position in ASP.NET MVC Gantt
1111

1212
In Gantt control, Splitter separates the TreeGrid section from the Chart section.
1313

14-
![](Change-Splitter-position_images/Change-Splitter-position_img1.png)
14+
![Change Splitter position in ASP.NET MVC Gantt](Change-Splitter-position_images/Change-Splitter-position_img1.png)
1515

1616

1717
It is possible to change the position of the Splitter while loading the Gantt by using the `SplitterPosition` property, thereby varying the width of the TreeGrid and Chart sections in the control. SplitterPosition property denotes the percentage of the TreeGrid section’s width to be rendered and this property supports both pixels and percentage values.
@@ -30,17 +30,17 @@ The following code example explains how to define the SplitterPosition property
3030

3131
{% endhighlight %}
3232

33-
![](Change-Splitter-position_images/Change-Splitter-position_img2.png)
33+
![Gantt with 30 % splitter position in ASP.NET MVC Gantt](Change-Splitter-position_images/Change-Splitter-position_img2.png)
3434

3535
Gantt with 30 % splitter position
3636
{:.caption}
3737

38-
![](Change-Splitter-position_images/Change-Splitter-position_img3.png)
38+
![Gantt with 50% splitter position in ASP.NET MVC Gantt](Change-Splitter-position_images/Change-Splitter-position_img3.png)
3939

4040
Gantt with 50% splitter position
4141
{:.caption}
4242

43-
![](Change-Splitter-position_images/Change-Splitter-position_img4.png)
43+
![Gantt with 600px splitter position in ASP.NET MVC Gantt](Change-Splitter-position_images/Change-Splitter-position_img4.png)
4444

4545
Gantt with 600px splitter position
4646
{:.caption}

aspnetmvc/LinearGauge/Labels.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Labels | lineargauge | ASP.NET MVC | Syncfusion
4-
description: labels
3+
title: Labels in ASP.NET MVC Linear Gauge Control | Syncfusion
4+
description: Learn here about labels support in Syncfusion Essential ASP.NET MVC Linear Gauge Control, its elements, and more.
55
platform: ejmvc
66
control: lineargauge
77
documentation: ug
88
---
99

10-
# Labels
10+
# Labels in ASP.NET MVC Linear Gauge
1111

1212
Labels are units that are used to display the values in the scales. You can customize Labels with the properties like `angle`, `color`, `font`, `opacity`, etc.
1313

@@ -79,7 +79,7 @@ Label collection can be directly added to the scale object. Refer the following
7979

8080
Execute the above code to render the following output.
8181

82-
![](Labels_images/Labels_img1.png)
82+
![Adding label collection in ASP.NET MVC Linear Gauge](Labels_images/Labels_img1.png)
8383

8484

8585

@@ -163,7 +163,7 @@ tic.Type(TickType.MinorInterval).Width(1).Color("#8C8C8C")
163163
Execute the above code to render the following output.
164164

165165

166-
![](Labels_images/Labels_img2.png)
166+
![Appearance in ASP.NET MVC Linear Gauge](Labels_images/Labels_img2.png)
167167

168168

169169

@@ -255,7 +255,7 @@ Execute the above code to render the following output.
255255
Execute the above code to render the following output.
256256

257257

258-
![](Labels_images/Labels_img3.png)
258+
![Unit text and Positioning in ASP.NET MVC Linear Gauge](Labels_images/Labels_img3.png)
259259

260260

261261

aspnetmvc/NumericTextBox/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: NumericTextBox | NumericTextBox | ASP.NET MVC | Syncfusion
4-
description: overview
3+
title: Overview of ASP.NET MVC NumericTextBox Control | Syncfusion
4+
description: Learn here more about Overview of Syncfusion Essential ASP.NET MVC NumericTextBox Control, its elements, and more.
55
platform: ejmvc
66
control: NumericTextBox
77
documentation: ug
88
---
99

10-
# NumericTextBox
10+
# Overview of ASP.NET MVC NumericTextBox
1111

1212
Essential ASP.NET MVC NumericTextBox is used to display only numeric values. It has Spin buttons to increase or decrease the values in the Text Box.
1313

aspnetmvc/RadioButton/Easy-Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Easy Customization | RadioButton | ASP.NET MVC | Syncfusion
4-
description: easy customization
3+
title: Easy Customization in ASP.NET MVC RadioButton Control | Syncfusion
4+
description: Learn here more about easy customization support in Syncfusion Essential ASP.NET MVC Radio Button Control, its element and more.
55
platform: ejmvc
66
control: RadioButton
77
documentation: ug
88
---
99

10-
# Easy Customization
10+
# Easy Customization in ASP.NET MVC Radio Button
1111

1212
## Checked status
1313

aspnetmvc/ReportViewer/Report-Parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Report Parameters | ReportViewer | ASP.NET MVC | Syncfusion
4-
description: report parameters
3+
title: Report Parameters in ASP.NET MVC ReportViewer Control | Syncfusion
4+
description: Learn here more about report parameters support in Syncfusion Essential ASP.NET MVC ReportViewer Control, its elements, and more.
55
platform: ejmvc
66
control: ReportViewer
77
documentation: ug
88
---
99

10-
# Report Parameters
10+
# Report Parameters in ASP.NET MVC ReportViewer
1111

1212
The ReportViewer has support to add report parameters to ReportViewer at runtime. The ReportViewer has Parameters property that is the list of ReportParameter type to add collection of report parameters to it. You can add report parameters either through ReportViewer model when creating ReportViewer control or through Web API.
1313

0 commit comments

Comments
 (0)