Skip to content

Commit e45e0bc

Browse files
authored
Merge pull request #68 from syncfusion-content/SEO-1973_Site_Audit_Issues
SEO-1973_Site_Audit_Issues
2 parents 02f4ba9 + cc76821 commit e45e0bc

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

aspnetmvc/DropDownList/HowTo.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: How to - DropDownList control for Syncfusion ASP.NET MVC
4-
description: How To Section in DropDownList control for Syncfusion ASP.NET MVC
4+
description: How To Section in Syncfusion Essential ASP.NET MVC DropDownList control, its elements, features and more.
55
platform: ejmvc
66
control: DropDownList
77
documentation: ug
88
---
99

10-
# How To
10+
# How To Section in ASP.NET MVC DropDownList
1111

1212
## Add check all option in popup list?
1313

@@ -81,7 +81,7 @@ You can use HeaderTemplate property to add any HTML element. Code snippet to add
8181

8282
The following screenshot exhibits the output of the above code,
8383

84-
![](HowTo_images/HowTo_img2.jpeg)
84+
![ASP.NET MVC DropDownList How To output](HowTo_images/HowTo_img2.jpeg)
8585

8686
## Render the DropDownList in Partial View using normal mode
8787

aspnetmvc/Grid/Hierarchy-Grid.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: Hierarchical binding | Grid | ASP.NET MVC | Syncfusion
4-
description: How to bind the hierarchical data
4+
description: How to bind the hierarchical data in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
99

10-
# Hierarchical Bindings
10+
# Hierarchical Bindings in ASP.NET MVC Grid
1111

1212
Hierarchical binding can be used to create the Grid with parent and child relation, this facilitate you to view the child records for a particular row by clicking on the Expander button present in first column of each grid row. This can be enabled by defining `ChildGrid` and `QueryString`.
1313

@@ -78,7 +78,7 @@ public partial class GridController : Controller
7878

7979
{% endtabs %}
8080

81-
![](Hierarchy-Grid_images/HierarchyGrid_img1.png)
81+
![ASP.NET MVC Grid Hierarchy](Hierarchy-Grid_images/HierarchyGrid_img1.png)
8282

8383

8484
## Expand or collapse all child's

aspnetmvc/Grid/Row.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: Row with Grid widget for Syncfusion Essential MVC
4-
description: How to use and customize the grid row
4+
description: How to use and customize the row in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# Row
9+
# Row support in ASP.NET MVC Grid
1010
It represents the record details that are fetched from the datasource.
1111

1212
## Row hover
@@ -47,7 +47,7 @@ The following code example describes the previous behavior.
4747
{% endtabs %}
4848
The following output is displayed as a result of the previous code example.
4949

50-
![](Row_images/Row_img1.png)
50+
![ASP.NET MVC Grid Row](Row_images/Row_img1.png)
5151

5252
## Details template
5353

@@ -127,7 +127,7 @@ The following code example describes the previous behavior.
127127
{% endtabs %}
128128
The following output is displayed as a result of the previous code example.
129129

130-
![](Row_images/Row_img2.png)
130+
![ASP.NET MVC Grid template](Row_images/Row_img2.png)
131131

132132
## Row Template
133133

@@ -219,7 +219,7 @@ namespace MVCSampleBrowser.Controllers
219219

220220
The following output is displayed as a result of the previous code example.
221221

222-
![](Row_images/Row_img3.png)
222+
![ASP.NET MVC Grid Row Template](Row_images/Row_img3.png)
223223

224224
## Alternate row styling
225225

@@ -262,7 +262,7 @@ By default its value is `true`, so the following code example describes the how
262262
{% endtabs %}
263263
The following output is displayed as a result of the previous code example.
264264

265-
![](Row_images/Row_img4.png)
265+
![ASP.NET MVC Grid Alternate row styling](Row_images/Row_img4.png)
266266

267267

268268
## Drag-and-Drop
@@ -330,12 +330,12 @@ The following code example describes the previous behavior.
330330

331331
The following output is displayed before reordering rows.
332332

333-
![](Row_images/Row_img5.png)
333+
![ASP.NET MVC Grid Reorder](Row_images/Row_img5.png)
334334
{:Before Drop}
335335

336336
The following output is displayed after reordering rows.
337337

338-
![](Row_images/Row_img6.png)
338+
![ASP.NET MVC Grid after drop](Row_images/Row_img6.png)
339339
{:After Drop}
340340

341341
### Grid-to-grid
@@ -448,12 +448,12 @@ The following code example describes the previous behavior.
448448

449449
The following output is displayed before dropping grid rows.
450450

451-
![](Row_images/Row_img7.png)
451+
![ASP.NET MVC Grid Before Drop](Row_images/Row_img7.png)
452452
{:Before Drop}
453453

454454
The following output is displayed after dropping grid rows.
455455

456-
![](Row_images/Row_img8.png)
456+
![ASP.NET MVC Grid After Drop](Row_images/Row_img8.png)
457457
{:After Drop}
458458

459459
### Grid-to-custom control
@@ -543,12 +543,12 @@ function rowDropHandler(args) {
543543

544544
The following output is displayed before dropping the rows on form.
545545

546-
![](Row_images/Row_img9.png)
546+
![ASP.NET MVC Grid before dropping the rows on form](Row_images/Row_img9.png)
547547
{:Before Drop}
548548

549549
The following output is displayed after dropping the rows on form.
550550

551-
![](Row_images/Row_img10.png)
551+
![ASP.NET MVC Grid after dropping the rows on form](Row_images/Row_img10.png)
552552
{:After Drop}
553553

554554
N> The default behavior of drag and drop between grid or any other controls is as cut and paste. For copy and paste behavior specify the drag behavior in the `DragBehavior` property of `RowDropSettings` as "DragBehavior.Copy".

0 commit comments

Comments
 (0)