|
1 | 1 | --- |
2 | 2 | layout: post |
3 | 3 | 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. |
5 | 5 | platform: aspnet |
6 | 6 | control: Grid |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Row |
| 10 | +# Row in Essential ASP.NET Webforms Grid |
11 | 11 |
|
12 | 12 | ## Details Template |
13 | 13 |
|
@@ -80,7 +80,7 @@ The following output is displayed as a result of the above code example. |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 | | - |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
@@ -272,7 +272,7 @@ The following output is displayed as a result of the above code example. |
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
275 | | - |
| 275 | + |
276 | 276 |
|
277 | 277 |
|
278 | 278 | ## Row Template |
@@ -495,7 +495,7 @@ The following output is displayed as a result of the above code example. |
495 | 495 |
|
496 | 496 |
|
497 | 497 |
|
498 | | - |
| 498 | + |
499 | 499 |
|
500 | 500 |
|
501 | 501 |
|
@@ -554,7 +554,7 @@ protected void Page_Load(object sender, EventArgs e) |
554 | 554 | The following output is displayed as a result of the above code example. |
555 | 555 |
|
556 | 556 |
|
557 | | - |
| 557 | + |
558 | 558 |
|
559 | 559 | ## Drag-and-Drop |
560 | 560 |
|
@@ -617,12 +617,12 @@ public partial class RowTemplate : System.Web.UI.Page |
617 | 617 |
|
618 | 618 | The following output is displayed before reordering rows. |
619 | 619 |
|
620 | | - |
| 620 | + |
621 | 621 | {:Before Drop} |
622 | 622 |
|
623 | 623 | The following output is displayed after reordering rows. |
624 | 624 |
|
625 | | - |
| 625 | + |
626 | 626 | {:After Drop} |
627 | 627 |
|
628 | 628 | ### Grid-to-Grid |
@@ -737,12 +737,12 @@ public partial class RowTemplate : System.Web.UI.Page |
737 | 737 |
|
738 | 738 | The following output is displayed before dropping Grid rows. |
739 | 739 |
|
740 | | - |
| 740 | + |
741 | 741 | {:Before Drop} |
742 | 742 |
|
743 | 743 | The following output is displayed after dropping Grid rows. |
744 | 744 |
|
745 | | - |
| 745 | + |
746 | 746 | {:After Drop} |
747 | 747 |
|
748 | 748 | ### Grid-to-Custom control |
@@ -822,12 +822,12 @@ public partial class RowTemplate : System.Web.UI.Page |
822 | 822 |
|
823 | 823 | The following output is displayed before dropping the rows on Form. |
824 | 824 |
|
825 | | - |
| 825 | + |
826 | 826 | {:Before Drop} |
827 | 827 |
|
828 | 828 | The following output is displayed after dropping the rows on Form. |
829 | 829 |
|
830 | | - |
| 830 | + |
831 | 831 | {:After Drop} |
832 | 832 |
|
833 | 833 | 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". |
0 commit comments