Skip to content

Commit e028a33

Browse files
Merge pull request #277 from Syncfusion-Content/hotfix/hotfix-v20.3.0.47
DOCINFRA-2341_merged_using_automation
2 parents 92fc11c + 33b94fa commit e028a33

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

aspnet/Grid/Row.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Row | Grid | ASP.NET Webforms | Syncfusion
4-
description: row
4+
description: Learn here all about row support in Syncfusion Essential ASP.NET Webforms Grid control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Row
10+
# Row in Essential ASP.NET Webforms Grid
1111

1212
## Details Template
1313

@@ -80,7 +80,7 @@ The following output is displayed as a result of the above code example.
8080

8181

8282

83-
![](Row_images/Row_img1.png)
83+
![ASPNET Grid row](Row_images/Row_img1.png)
8484

8585

8686

@@ -272,7 +272,7 @@ The following output is displayed as a result of the above code example.
272272

273273

274274

275-
![](Row_images/Row_img2.png)
275+
![ASPNET Grid hierarchy](Row_images/Row_img2.png)
276276

277277

278278
## Row Template
@@ -495,7 +495,7 @@ The following output is displayed as a result of the above code example.
495495

496496

497497

498-
![](Row_images/Row_img3.png)
498+
![ASPNET Grid row template](Row_images/Row_img3.png)
499499

500500

501501

@@ -554,7 +554,7 @@ protected void Page_Load(object sender, EventArgs e)
554554
The following output is displayed as a result of the above code example.
555555

556556

557-
![](Row_images/Row_img4.png)
557+
![ASPNET Grid customize hover and alt row](Row_images/Row_img4.png)
558558

559559
## Drag-and-Drop
560560

@@ -617,12 +617,12 @@ public partial class RowTemplate : System.Web.UI.Page
617617

618618
The following output is displayed before reordering rows.
619619

620-
![](Row_images/Row_img5.png)
620+
![ASPNET Grid drag and drop](Row_images/Row_img5.png)
621621
{:Before Drop}
622622

623623
The following output is displayed after reordering rows.
624624

625-
![](Row_images/Row_img6.png)
625+
![ASPNET Grid reordering rows](Row_images/Row_img6.png)
626626
{:After Drop}
627627

628628
### Grid-to-Grid
@@ -737,12 +737,12 @@ public partial class RowTemplate : System.Web.UI.Page
737737

738738
The following output is displayed before dropping Grid rows.
739739

740-
![](Row_images/Row_img7.png)
740+
![ASPNET Grid displays before dropping rows](Row_images/Row_img7.png)
741741
{:Before Drop}
742742

743743
The following output is displayed after dropping Grid rows.
744744

745-
![](Row_images/Row_img8.png)
745+
![ASPNET Grid display after dropping rows](Row_images/Row_img8.png)
746746
{:After Drop}
747747

748748
### Grid-to-Custom control
@@ -822,12 +822,12 @@ public partial class RowTemplate : System.Web.UI.Page
822822

823823
The following output is displayed before dropping the rows on Form.
824824

825-
![](Row_images/Row_img9.png)
825+
![ASPNET Grid displayed before dropping the rows on form](Row_images/Row_img9.png)
826826
{:Before Drop}
827827

828828
The following output is displayed after dropping the rows on Form.
829829

830-
![](Row_images/Row_img10.png)
830+
![ASPNET Grid displayed after dropping the rows on form](Row_images/Row_img10.png)
831831
{:After Drop}
832832

833833
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 `DragBehavior` property of `RowDropSettings` as "Copy".
-80.2 KB
Loading
-77.4 KB
Loading
-72.3 KB
Loading
-69.6 KB
Loading

0 commit comments

Comments
 (0)