|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 | 3 | 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. |
5 | 5 | platform: ejmvc
|
6 | 6 | control: Grid
|
7 | 7 | documentation: ug
|
8 | 8 | ---
|
9 |
| -# Row |
| 9 | +# Row support in ASP.NET MVC Grid |
10 | 10 | It represents the record details that are fetched from the datasource.
|
11 | 11 |
|
12 | 12 | ## Row hover
|
@@ -47,7 +47,7 @@ The following code example describes the previous behavior.
|
47 | 47 | {% endtabs %}
|
48 | 48 | The following output is displayed as a result of the previous code example.
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 | ## Details template
|
53 | 53 |
|
@@ -127,7 +127,7 @@ The following code example describes the previous behavior.
|
127 | 127 | {% endtabs %}
|
128 | 128 | The following output is displayed as a result of the previous code example.
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 | 132 | ## Row Template
|
133 | 133 |
|
@@ -219,7 +219,7 @@ namespace MVCSampleBrowser.Controllers
|
219 | 219 |
|
220 | 220 | The following output is displayed as a result of the previous code example.
|
221 | 221 |
|
222 |
| - |
| 222 | + |
223 | 223 |
|
224 | 224 | ## Alternate row styling
|
225 | 225 |
|
@@ -262,7 +262,7 @@ By default its value is `true`, so the following code example describes the how
|
262 | 262 | {% endtabs %}
|
263 | 263 | The following output is displayed as a result of the previous code example.
|
264 | 264 |
|
265 |
| - |
| 265 | + |
266 | 266 |
|
267 | 267 |
|
268 | 268 | ## Drag-and-Drop
|
@@ -330,12 +330,12 @@ The following code example describes the previous behavior.
|
330 | 330 |
|
331 | 331 | The following output is displayed before reordering rows.
|
332 | 332 |
|
333 |
| - |
| 333 | + |
334 | 334 | {:Before Drop}
|
335 | 335 |
|
336 | 336 | The following output is displayed after reordering rows.
|
337 | 337 |
|
338 |
| - |
| 338 | + |
339 | 339 | {:After Drop}
|
340 | 340 |
|
341 | 341 | ### Grid-to-grid
|
@@ -448,12 +448,12 @@ The following code example describes the previous behavior.
|
448 | 448 |
|
449 | 449 | The following output is displayed before dropping grid rows.
|
450 | 450 |
|
451 |
| - |
| 451 | + |
452 | 452 | {:Before Drop}
|
453 | 453 |
|
454 | 454 | The following output is displayed after dropping grid rows.
|
455 | 455 |
|
456 |
| - |
| 456 | + |
457 | 457 | {:After Drop}
|
458 | 458 |
|
459 | 459 | ### Grid-to-custom control
|
@@ -543,12 +543,12 @@ function rowDropHandler(args) {
|
543 | 543 |
|
544 | 544 | The following output is displayed before dropping the rows on form.
|
545 | 545 |
|
546 |
| - |
| 546 | + |
547 | 547 | {:Before Drop}
|
548 | 548 |
|
549 | 549 | The following output is displayed after dropping the rows on form.
|
550 | 550 |
|
551 |
| - |
| 551 | + |
552 | 552 | {:After Drop}
|
553 | 553 |
|
554 | 554 | 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