Skip to content

Commit 2118a1d

Browse files
Merge pull request #173 from Syncfusion-Content/hotfix/hotfix-v20.2.0.36
DOCINFRA-2341_merged_using_automation
2 parents 75acb12 + 8cd49f1 commit 2118a1d

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

aspnetmvc/Combobox/getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting started in ComboBox control for Syncfusion ASP.NET MVC
4-
description: Getting started
3+
title: Getting started with ASP.NET MVC ComboBox control | Syncfusion
4+
description: Learn here about Getting started with Syncfusion Essential ASP.NET MVC ComboBox control, its elements, and more.
55
platform: ejmvc
66
control: ComboBox
77
documentation: ug
88
keywords: allowCustom, ComboBox, dataSource, popupHeight, popupWidth
99
---
1010

11-
# Getting Started
11+
# Getting Started with ASP.NET MVC ComboBox
1212

1313
This section explains how to create a simple **ComboBox** component and configure its available functionalities.
1414

@@ -68,7 +68,7 @@ public class CarsList
6868
Output for ComboBox control is as follows.
6969

7070

71-
![](Combobox_getting_started_images/Getting-Started.png)
71+
![ASP.NET MVC ComboBox Binding data source](Combobox_getting_started_images/Getting-Started.png)
7272

7373

7474
## Binding data source
@@ -97,7 +97,7 @@ After initializing, populate the ComboBox with data using the **DataSource** pro
9797
Output for ComboBox control is as follows.
9898

9999

100-
![](Combobox_getting_started_images/Getting-Started1.png)
100+
![ASP.NET MVC ComboBox Custom values](Combobox_getting_started_images/Getting-Started1.png)
101101

102102

103103
## Custom values
@@ -153,7 +153,7 @@ public class CarsList
153153
Output for allowCustom ComboBox control is as follows.
154154

155155

156-
![](Combobox_getting_started_images/Combobox_data_binding_img1.png)
156+
![ASP.NET MVC ComboBox Configure the popup list](Combobox_getting_started_images/Combobox_data_binding_img1.png)
157157

158158

159159
## Configure the popup list
@@ -212,5 +212,5 @@ public class CarsList
212212
Output for ComboBox control is as follows.
213213

214214

215-
![](Combobox_getting_started_images/popup.png)
215+
![ASP.NET MVC ComboBox getting started](Combobox_getting_started_images/popup.png)
216216

aspnetmvc/Grid/Grouping.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Grouping with Grid widget for Syncfusion Essential MVC
4-
description: How to enable grouping and its functionalities
3+
title: Grouping in ASP.NET MVC Grid Control | Syncfusion
4+
description: Learn here about Grouping support in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# Grouping
9+
# Grouping in ASP.NET MVC Grid
1010

1111
The Grid control has options to group the records based on the required column. When grouping is applied, grouped records are organized into a hierarchical structure to facilitate easier expand and collapse of records. To enable grouping, set `AllowGrouping` property as `true`.
1212

@@ -52,7 +52,7 @@ The following code example describes the above behavior.
5252

5353
The following output is displayed as a result of the above code example.
5454

55-
![](Grouping_images/Grouping_img1.png)
55+
![ASP.NET MVC Grid Initial Grouping](Grouping_images/Grouping_img1.png)
5656

5757

5858
## Initial Grouping
@@ -101,7 +101,7 @@ The following code example describes the above behavior.
101101

102102
The following output is displayed as a result of the above code example.
103103

104-
![](Grouping_images/Grouping_img2.png)
104+
![ASP.NET MVC Grid Multi-Column Grouping](Grouping_images/Grouping_img2.png)
105105

106106

107107
## Multi-Column Grouping
@@ -150,7 +150,7 @@ The following code example describes the above behavior.
150150

151151
The following output is displayed as a result of the above code example.
152152

153-
![](Grouping_images/Grouping_img3.png)
153+
![ASP.NET MVC Grid Group Buttons](Grouping_images/Grouping_img3.png)
154154

155155

156156
## Group Buttons
@@ -199,7 +199,7 @@ The following code example describes the above behavior.
199199

200200
The following output is displayed as a result of the above code example.
201201

202-
![](Grouping_images/Grouping_img4.png)
202+
![ASP.NET MVC Grid Hide Ungroup Button](Grouping_images/Grouping_img4.png)
203203

204204

205205
## Hide Ungroup Button
@@ -248,7 +248,7 @@ The following code example describes the above behavior.
248248

249249
The following output is displayed as a result of the above code example.
250250

251-
![](Grouping_images/Grouping_img5.png)
251+
![ASP.NET MVC Grid Hide Grouped Column](Grouping_images/Grouping_img5.png)
252252

253253

254254
## Hide Grouped Column
@@ -297,7 +297,7 @@ The following code example describes the above behavior.
297297

298298
The following output is displayed as a result of the above code example.
299299

300-
![](Grouping_images/Grouping_img6.png)
300+
![ASP.NET MVC Grid AutoSize Drop Area](Grouping_images/Grouping_img6.png)
301301

302302

303303
## AutoSize Drop Area
@@ -346,7 +346,7 @@ The following code example describes the above behavior.
346346

347347
The following output is displayed as a result of the above code example.
348348

349-
![](Grouping_images/Grouping_img7.png)
349+
![ASP.NET MVC Grid Hide Drop Area](Grouping_images/Grouping_img7.png)
350350

351351

352352
## Hide Drop Area
@@ -395,7 +395,7 @@ The following code example describes the above behavior.
395395

396396
The following output is displayed as a result of the above code example.
397397

398-
![](Grouping_images/Grouping_img8.png)
398+
![ASP.NET MVC Grid Group Caption Format](Grouping_images/Grouping_img8.png)
399399

400400

401401
## Group Caption Format/Group Caption Template
@@ -471,10 +471,10 @@ The following code example describes the above behavior.
471471

472472
The following output is displayed as a result of the above code example.
473473

474-
![](Grouping_images/Grouping_img9.png)
474+
![ASP.NET MVC Grid grouped records count in server-side](Grouping_images/Grouping_img9.png)
475475

476476

477-
![](Grouping_images/Grouping_img10.png)
477+
![ASP.NET MVC Grid server-side](Grouping_images/Grouping_img10.png)
478478

479479
## Handling grouped records count in server-side
480480

@@ -541,7 +541,7 @@ The following code example describes the above behavior.
541541

542542
The following output is displayed as a result of the above code example.
543543

544-
![](Grouping_images/Grouping_img11.png)
544+
![ASP.NET MVC Grid Handling grouped records](Grouping_images/Grouping_img11.png)
545545

546546

547547

aspnetmvc/Grid/Stackedheader.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Stacked Headers with Grid widget for Asp.net MVC
4-
description: How to stack column Header and customize it
3+
title: Stacked Headers in ASP.NET MVC Grid Control | Syncfusion
4+
description: Learn here about Stacked Headers in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
99

10-
# Stacked Headers
10+
# Stacked Headers in ASP.NET MVC Grid
1111

1212
The stacked headers helps you to group the logical columns in the Grid. It can be shown by setting the `ShowStackedHeader` as `true` and by defining the `StackedHeaderRows`.
1313

@@ -74,4 +74,4 @@ namespace SyncfusionMvcApplication3.Controllers
7474
{% endtabs %}
7575

7676

77-
![](Stackedheader_images/Stackedheader_img1.png)
77+
![ASP.NET MVC Grid stacked header](Stackedheader_images/Stackedheader_img1.png)

aspnetmvc/TimePicker/Keyboard-Interaction.md

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

10-
# Keyboard Interaction
10+
# Keyboard Interaction in ASP.NET MVC TimePicker
1111

1212
You can use Keyboard shortcut keys as an alternative to the mouse on using TimePicker widget. TimePicker widget allows you to perform all kinds of actions using keyboard shortcuts. For enabling the keyboard navigation, we need to set the access key to TimePicker control by using HtmlAttributes property. The HtmlAttributes receives the IDictionary object. The IDictionary represents a generic collection of key/value pairs.
1313

@@ -97,7 +97,7 @@ The following steps explains you on how to enable keyboard interaction for the T
9797

9898

9999

100-
![](Keyboard-Interaction_images/Keyboard-Interaction_img1.png)
100+
![ASP.NET MVC TimePicker keyboard interaction](Keyboard-Interaction_images/Keyboard-Interaction_img1.png)
101101

102102
TimePicker focused with keyboard shortcut
103103
{:.caption}

0 commit comments

Comments
 (0)