|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Columns with grid widget for Syncfusion Essential ASP.NET Core |
4 | | -description: columns |
| 3 | +title: Columns in ASP.NET Core Grid Control | Syncfusion |
| 4 | +description: Learn here all about Column support in Syncfusion Essential ASP.NET Core Grid control, its elements, and more. |
5 | 5 | platform: aspnet-core |
6 | 6 | control: Grid |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Columns |
| 10 | +# Columns in ASP.NET Core Grid |
11 | 11 |
|
12 | 12 | The column definitions are used as the DataSource schema in the Grid and it plays vital role in rendering column values in required format and sorting, filtering, editing based on its type. The `field` property of the columns is necessary to map the datasource values in grid columns. |
13 | 13 |
|
@@ -46,7 +46,7 @@ The columns are automatically generated when `columns` declaration is empty or u |
46 | 46 |
|
47 | 47 | The following output is displayed as a result of the previous code example. |
48 | 48 |
|
49 | | - |
| 49 | + |
50 | 50 |
|
51 | 51 | ### How to set the `is-primary-key` for auto generated columns when editing is enabled: |
52 | 52 |
|
@@ -167,7 +167,7 @@ The following code example describes the previous behavior. |
167 | 167 |
|
168 | 168 | The following output is displayed as a result of the previous code example. |
169 | 169 |
|
170 | | - |
| 170 | + |
171 | 171 |
|
172 | 172 | ### Header text alignment |
173 | 173 |
|
@@ -215,7 +215,7 @@ The following code example describes the previous behavior. |
215 | 215 |
|
216 | 216 | The following output is displayed as a result of the previous code example. |
217 | 217 |
|
218 | | - |
| 218 | + |
219 | 219 |
|
220 | 220 |
|
221 | 221 | ### Header template |
@@ -314,7 +314,7 @@ The following code example describes the previous behavior. |
314 | 314 |
|
315 | 315 | The following output is displayed as a result of the previous code example. |
316 | 316 |
|
317 | | - |
| 317 | + |
318 | 318 |
|
319 | 319 | ## Format |
320 | 320 |
|
@@ -358,7 +358,7 @@ The following code example describes the previous behavior. |
358 | 358 |
|
359 | 359 | The following output is displayed as a result of the previous code example. |
360 | 360 |
|
361 | | - |
| 361 | + |
362 | 362 |
|
363 | 363 | ## Width |
364 | 364 |
|
@@ -400,7 +400,7 @@ The following code example describes the previous behavior. |
400 | 400 |
|
401 | 401 | The following output is displayed as a result of the previous code example. |
402 | 402 |
|
403 | | - |
| 403 | + |
404 | 404 |
|
405 | 405 |
|
406 | 406 | ## Resizing |
@@ -519,7 +519,7 @@ The following code example describes the previous behavior. |
519 | 519 |
|
520 | 520 | The following output is displayed as a result of the previous code example. |
521 | 521 |
|
522 | | - |
| 522 | + |
523 | 523 |
|
524 | 524 |
|
525 | 525 | ## Reorder |
@@ -561,7 +561,7 @@ The following code example describes the previous behavior. |
561 | 561 |
|
562 | 562 | The following output is displayed as a result of the previous code example. |
563 | 563 |
|
564 | | - |
| 564 | + |
565 | 565 |
|
566 | 566 | ## Visibility |
567 | 567 |
|
@@ -603,7 +603,7 @@ The following code example describes the previous behavior. |
603 | 603 |
|
604 | 604 | The following output is displayed as a result of the previous code example. |
605 | 605 |
|
606 | | - |
| 606 | + |
607 | 607 |
|
608 | 608 |
|
609 | 609 | ## Unbound Column |
@@ -656,7 +656,7 @@ The following code example describes the previous behavior. |
656 | 656 |
|
657 | 657 | The following output is displayed as a result of the previous code example. |
658 | 658 |
|
659 | | - |
| 659 | + |
660 | 660 |
|
661 | 661 | ## Controlling grid actions |
662 | 662 |
|
@@ -736,7 +736,7 @@ The following code example describes the previous behavior. |
736 | 736 |
|
737 | 737 | The following output is displayed as a result of the previous code example. |
738 | 738 |
|
739 | | - |
| 739 | + |
740 | 740 |
|
741 | 741 |
|
742 | 742 | ## Command column |
@@ -803,7 +803,7 @@ The following code example describes the previous behavior. |
803 | 803 |
|
804 | 804 | The following output is displayed as a result of the previous code example. |
805 | 805 |
|
806 | | - |
| 806 | + |
807 | 807 |
|
808 | 808 | ### Custom buttons |
809 | 809 |
|
@@ -902,7 +902,7 @@ The following code example describes the previous behavior. |
902 | 902 |
|
903 | 903 | The following output is displayed as a result of the previous code example. |
904 | 904 |
|
905 | | - |
| 905 | + |
906 | 906 |
|
907 | 907 |
|
908 | 908 | ## Column chooser |
@@ -945,7 +945,7 @@ The following code example describes the previous behavior. |
945 | 945 |
|
946 | 946 | The following output is displayed as a result of the previous code example. |
947 | 947 |
|
948 | | - |
| 948 | + |
949 | 949 |
|
950 | 950 | ## Foreign key column |
951 | 951 |
|
@@ -997,7 +997,7 @@ The following code example describes the previous behavior. |
997 | 997 |
|
998 | 998 | The following output is displayed as a result of the previous code example. |
999 | 999 |
|
1000 | | - |
| 1000 | + |
1001 | 1001 |
|
1002 | 1002 | ## Customize column |
1003 | 1003 |
|
@@ -1053,7 +1053,7 @@ The following code example describes the previous behavior. |
1053 | 1053 |
|
1054 | 1054 | The following output is displayed as a result of the previous code example. |
1055 | 1055 |
|
1056 | | - |
| 1056 | + |
1057 | 1057 |
|
1058 | 1058 | ## Type |
1059 | 1059 |
|
@@ -1096,7 +1096,7 @@ The following code example describes the previous behavior. |
1096 | 1096 |
|
1097 | 1097 | The following output is displayed as a result of the previous code example. |
1098 | 1098 |
|
1099 | | - |
| 1099 | + |
1100 | 1100 |
|
1101 | 1101 | ## Column layout |
1102 | 1102 |
|
@@ -1140,5 +1140,5 @@ You can set the grid's columns layout based on either grid width or its columns |
1140 | 1140 |
|
1141 | 1141 | The following output is displayed as a result of the previous code example. |
1142 | 1142 |
|
1143 | | - |
| 1143 | + |
1144 | 1144 |
|
0 commit comments