|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: How to |
4 | | -description: How to |
| 3 | +title: How to Section in ASP.NET MVC Grid control | Syncfusion |
| 4 | +description: Learn here more about How To Section in Syncfusion Essential ASP.NET MVC Grid Control, its element and more. |
5 | 5 | platform: ejmvc |
6 | 6 | control: Grid |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | | -# How to |
| 9 | +# How to Section in ASP.NET MVC |
10 | 10 |
|
11 | 11 | ## Apply formatting for columns dynamically |
12 | 12 |
|
@@ -116,7 +116,7 @@ namespace SyncfusionMvcApplication3.Controllers |
116 | 116 |
|
117 | 117 | The following output is displayed as a result of the previous code example. |
118 | 118 |
|
119 | | - |
| 119 | + |
120 | 120 |
|
121 | 121 |
|
122 | 122 | ## Customize drag and drop element while grouping |
@@ -176,7 +176,7 @@ namespace MVCSampleBrowser.Controllers |
176 | 176 |
|
177 | 177 | The following output is displayed as a result of the previous code example. |
178 | 178 |
|
179 | | - |
| 179 | + |
180 | 180 |
|
181 | 181 | ## Display tooltip |
182 | 182 |
|
@@ -364,7 +364,7 @@ namespace EJGrid.Controllers |
364 | 364 |
|
365 | 365 | The following screenshot illustrates the output. |
366 | 366 |
|
367 | | - |
| 367 | + |
368 | 368 |
|
369 | 369 |
|
370 | 370 | ## Custom binding for grid CRUD operation |
@@ -565,7 +565,7 @@ namespace EJGrid.Controllers |
565 | 565 | {% endhighlight %} |
566 | 566 | {% endtabs %} |
567 | 567 |
|
568 | | -  |
| 568 | +  |
569 | 569 |
|
570 | 570 |
|
571 | 571 | ## Binding SignalR endpoint |
@@ -1004,7 +1004,7 @@ Using the Range property and AddComment method of the XlsIO IRange Class, we wil |
1004 | 1004 |
|
1005 | 1005 | The following screenshot displays the exported grid with comments added to cells |
1006 | 1006 |
|
1007 | | - |
| 1007 | + |
1008 | 1008 |
|
1009 | 1009 | ### Adding comments in exported Word document |
1010 | 1010 |
|
@@ -1060,7 +1060,7 @@ We can add comments to the word document using the AppendComment method in the W |
1060 | 1060 |
|
1061 | 1061 | The following screenshot shows the exported grid with comments added to the document. |
1062 | 1062 |
|
1063 | | - |
| 1063 | + |
1064 | 1064 |
|
1065 | 1065 | ### Adding comments in exported PDF document |
1066 | 1066 |
|
@@ -1123,7 +1123,7 @@ We can add comments to a PDF documents using the annotation support provided in |
1123 | 1123 |
|
1124 | 1124 | The following screenshot displays the exported grid with comments added to cells. |
1125 | 1125 |
|
1126 | | - |
| 1126 | + |
1127 | 1127 |
|
1128 | 1128 | ## Adding header and footer in the exported file (Excel, Word or PDF) |
1129 | 1129 |
|
@@ -1375,7 +1375,7 @@ namespace SyncfusionMvcApplication3.Controllers |
1375 | 1375 | {% endhighlight %} |
1376 | 1376 | {% endtabs %} |
1377 | 1377 | The following output is displayed as a result of the previous code example. |
1378 | | - |
| 1378 | + |
1379 | 1379 |
|
1380 | 1380 |
|
1381 | 1381 | ## Configure grid through the grid model properties |
@@ -1424,7 +1424,7 @@ The following code example shows you how to set grid properties such as `AllowPa |
1424 | 1424 |
|
1425 | 1425 | The following output is displayed as a result of the previous code example. |
1426 | 1426 |
|
1427 | | - |
| 1427 | + |
1428 | 1428 |
|
1429 | 1429 | ## Work with partial views |
1430 | 1430 |
|
@@ -1493,7 +1493,7 @@ In unobtrusive mode, to load grid from partial view via AJAX, in the success cal |
1493 | 1493 |
|
1494 | 1494 | The following output is displayed as a result of the previous code example. |
1495 | 1495 |
|
1496 | | - |
| 1496 | + |
1497 | 1497 |
|
1498 | 1498 |
|
1499 | 1499 | In non-unobtrusive mode, to load grid from partial view via AJAX, the `ScriptManager` HTML helper should be placed at the bottom of the partial view. |
@@ -1557,7 +1557,7 @@ The following code sample describes the previous behavior. |
1557 | 1557 |
|
1558 | 1558 | The following output is displayed as a result of the previous code example. |
1559 | 1559 |
|
1560 | | - |
| 1560 | + |
1561 | 1561 |
|
1562 | 1562 | ## Rendering the grid using grid properties in server-side |
1563 | 1563 |
|
@@ -1604,7 +1604,7 @@ The following code example which will explain to render the grid control in serv |
1604 | 1604 |
|
1605 | 1605 | The following output is displayed as a result of the previous code example. |
1606 | 1606 |
|
1607 | | - |
| 1607 | + |
1608 | 1608 |
|
1609 | 1609 |
|
1610 | 1610 | ## Export grid to target location without download prompt(Excel, Word or PDF) |
@@ -1758,7 +1758,7 @@ public partial class GridController : Controller |
1758 | 1758 | {% endtabs %} |
1759 | 1759 |
|
1760 | 1760 | The following output is displayed as a result of the previous code example. |
1761 | | - |
| 1761 | + |
1762 | 1762 |
|
1763 | 1763 | ## Display other Syncfusion controls in grid columns |
1764 | 1764 |
|
@@ -1830,7 +1830,7 @@ We can display the other Syncfusion controls using the `Template` property of gr |
1830 | 1830 |
|
1831 | 1831 | The following output is displayed as a result of the previous code example. |
1832 | 1832 |
|
1833 | | - |
| 1833 | + |
1834 | 1834 |
|
1835 | 1835 | ## Perform grid actions on external button click |
1836 | 1836 |
|
@@ -2102,7 +2102,7 @@ The following code example explains the previous behavior. |
2102 | 2102 |
|
2103 | 2103 | {% endtabs %} |
2104 | 2104 | The following output is displayed as a result of the previous code example. |
2105 | | - |
| 2105 | + |
2106 | 2106 |
|
2107 | 2107 | ## Getting Datasource of Grid in Sorted Order |
2108 | 2108 |
|
|
0 commit comments