You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include code-snippet/tree-grid/columns-mvc/spanning/razor %}
39
-
{% endhighlight %}
40
-
{% highlight c# tabtitle="ColumnSpanning.cs" %}
41
-
{% include code-snippet/tree-grid/columns-mvc/spanning/spanning.cs %}
42
-
{% endhighlight %}
43
-
{% endtabs %}
44
-
{% endif %} -->
45
-
46
26
## Limitations
47
27
48
28
Column spanning in the ASP.MVC TreeGrid has the following limitations:
@@ -54,13 +34,11 @@ Column spanning in the ASP.MVC TreeGrid has the following limitations:
54
34
55
35
> When using column spanning, ensure that the spanned cells do not interfere with TreeGrid operations such as sorting, filtering, or editing, as this may lead to unexpected behavior.
56
36
57
-
## Column spanning using EnableColumnSpan property
58
-
59
-
The Syncfusion ASP.MVC TreeGrid introduces a simplified approach to horizontally merge cells with identical values in the same row across adjacent columns.
37
+
## Column spanning implementation through API
60
38
61
-
The column spanning feature in the Syncfusion ASP.MVC TreeGrid can be enabled using `EnableColumnSpan` property which significantly enhances readability and delivers a clean, professional look by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
39
+
The Syncfusion TreeGrid provides an API-based approach to horizontally merge cells with identical values in the same row across adjacent columns.
62
40
63
-
To enable column spanning, set the `EnableColumnSpan` property to **true** in the TreeGrid configuration.
41
+
The column spanning feature in the Syncfusion TreeGrid can be enabled using `EnableColumnSpan` property to **true** in the TreeGrid configuration, which significantly enhances readability and delivers a cleaner layout by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
64
42
65
43
{% tabs %}
66
44
{% highlight razor tabtitle="CSHTML" %}
@@ -71,26 +49,6 @@ To enable column spanning, set the `EnableColumnSpan` property to **true** in th
71
49
{% endhighlight %}
72
50
{% endtabs %}
73
51
74
-
<!-- {% if page.publishingplatform == "aspnet-core" %}
75
-
76
-
{% tabs %}
77
-
{% highlight c# tabtitle="Spanningapi.cs" %}
78
-
{% include code-snippet/tree-grid/columns-mvc/column-spanning/spanningapi.cs %}
{% include code-snippet/tree-grid/columns-mvc/column-spanning/razor %}
87
-
{% endhighlight %}
88
-
{% highlight c# tabtitle="Spanningapi.cs" %}
89
-
{% include code-snippet/tree-grid/columns-mvc/column-spanning/spanningapi.cs %}
90
-
{% endhighlight %}
91
-
{% endtabs %}
92
-
{% endif %} -->
93
-
94
52
> In the sample, column spanning is disabled at the column level for the price based columns such as "Planned Budget" and "Actual Spend" by setting each column's `EnableColumnSpan` property to **false**.
95
53
96
54
### Limitations
@@ -104,7 +62,3 @@ Column spanning feature is not compatible with all the features which are availa
104
62
* Detail Template
105
63
* Editing
106
64
* Export
107
-
108
-
## See Also
109
-
110
-
*[Row spanning in Syncfusion<supstyle="font-size:70%">®</sup> TreeGrid](https://ej2.syncfusion.com/asp.mvc/documentation/treegrid/row/row-spanning)
{% include code-snippet/tree-grid/row/row-spanning/razor %}
39
-
{% endhighlight %}
40
-
{% highlight c# tabtitle="RowSpanning.cs" %}
41
-
{% include code-snippet/tree-grid/row/row-spanning/spanning.cs %}
42
-
{% endhighlight %}
43
-
{% endtabs %}
44
-
{% endif %} -->
45
-
46
26
## Limitations
47
27
48
28
Row spanning in the ASP.MVC TreeGrid has the following limitations:
@@ -54,13 +34,11 @@ Row spanning in the ASP.MVC TreeGrid has the following limitations:
54
34
55
35
> When using row spanning, ensure that the spanned cells do not interfere with TreeGrid operations such as sorting, filtering, or editing, as this may lead to unexpected behavior.
56
36
57
-
## Row spanning using EnableRowSpan property
58
-
59
-
The Syncfusion ASP.MVC TreeGrid introduces a simplified approach to vertically merge cells with identical values in the same column across consecutive rows.
37
+
## Row spanning implementation through API
60
38
61
-
The row spanning feature in the Syncfusion ASP.MVC TreeGrid can be enabled using `EnableRowSpan` property which significantly enhances readability and delivers a clean, professional look by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
39
+
The Syncfusion TreeGrid provides an API-based approach to vertically merge cells with identical values in the same column across consecutive rows.
62
40
63
-
To enable column spanning, set the `EnableRowSpan` property to **true** in the TreeGrid configuration.
41
+
The row spanning feature in the Syncfusion TreeGrid can be enabled using `EnableRowSpan` property to **true** in the TreeGrid configuration, which significantly enhances readability and delivers a cleaner layout by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
64
42
65
43
{% tabs %}
66
44
{% highlight razor tabtitle="CSHTML" %}
@@ -71,26 +49,6 @@ To enable column spanning, set the `EnableRowSpan` property to **true** in the T
71
49
{% endhighlight %}
72
50
{% endtabs %}
73
51
74
-
<!-- {% if page.publishingplatform == "aspnet-core" %}
75
-
76
-
{% tabs %}
77
-
{% highlight c# tabtitle="Spanningapi.cs" %}
78
-
{% include code-snippet/tree-grid/row/spanning/rowspanningapi.cs %}
{% include code-snippet/tree-grid/row/spanning/razor %}
87
-
{% endhighlight %}
88
-
{% highlight c# tabtitle="Spanningapi.cs" %}
89
-
{% include code-snippet/tree-grid/row/spanning/rowspanningapi.cs %}
90
-
{% endhighlight %}
91
-
{% endtabs %}
92
-
{% endif %} -->
93
-
94
52
> In the sample, row spanning is disabled at the column level for the price based columns such as "Planned Budget" and "Actual Spend" by setting each column's `enableRowSpan` property to **false**.
95
53
96
54
### Limitations
@@ -104,7 +62,3 @@ Row spanning feature is not compatible with all the features which are available
104
62
* Detail Template
105
63
* Editing
106
64
* Export
107
-
108
-
## See Also
109
-
110
-
*[Column spanning in Syncfusion<supstyle="font-size:70%">®</sup> TreeGrid](https://ej2.syncfusion.com/asp.mvc/documentation/treegrid/columns/column-spanning)
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/tree-grid/EJ2_ASP.NETCORE/columns/column-spanning.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,11 @@ Column spanning in the ASP.Core TreeGrid has the following limitations:
34
34
35
35
> When using column spanning, ensure that the spanned cells do not interfere with TreeGrid operations such as sorting, filtering, or editing, as this may lead to unexpected behavior.
36
36
37
-
## Column spanning using EnableColumnSpan property
37
+
## Column spanning implementation through API
38
38
39
-
The Syncfusion ASP.Core TreeGrid introduces a simplified approach to horizontally merge cells with identical values in the same row across adjacent columns.
40
-
41
-
The column spanning feature in the Syncfusion ASP.Core TreeGrid can be enabled using `EnableColumnSpan` property which significantly enhances readability and delivers a clean, professional look by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
42
-
43
-
To enable column spanning, set the `EnableColumnSpan` property to **true** in the TreeGrid configuration.
39
+
The Syncfusion TreeGrid provides an API-based approach to horizontally merge cells with identical values in the same row across adjacent columns.
44
40
41
+
The column spanning feature in the Syncfusion TreeGrid can be enabled using `EnableColumnSpan` property to **true** in the TreeGrid configuration, which significantly enhances readability and delivers a cleaner layout by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
45
42
46
43
{% tabs %}
47
44
{% highlight cshtml tabtitle="CSHTML" %}
@@ -65,7 +62,3 @@ Column spanning feature is not compatible with all the features which are availa
65
62
* Detail Template
66
63
* Editing
67
64
* Export
68
-
69
-
## See Also
70
-
71
-
*[Row spanning in Syncfusion<supstyle="font-size:70%">®</sup> TreeGrid](https://ej2.syncfusion.com/asp.core/documentation/treegrid/row/row-spanning)
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/tree-grid/EJ2_ASP.NETCORE/row/row-spanning.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,11 @@ Row spanning in the ASP.Core TreeGrid has the following limitations:
48
48
49
49
> When using row spanning, ensure that the spanned cells do not interfere with TreeGrid operations such as sorting, filtering, or editing, as this may lead to unexpected behavior.
50
50
51
-
## Row spanning using enableColumnSpan property
51
+
## Row spanning implementation through API
52
52
53
-
The Syncfusion ASP.Core TreeGrid introduces a simplified approach to vertically merge cells with identical values in the same column across consecutive rows.
53
+
The Syncfusion TreeGrid provides an API-based approach to vertically merge cells with identical values in the same column across consecutive rows.
54
54
55
-
The row spanning feature in the Syncfusion ASP.Core TreeGrid can be enabled using `enableRowSpan` property which significantly enhances readability and delivers a clean, professional look by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
56
-
57
-
To enable column spanning, set the `enableRowSpan` property to **true** in the TreeGrid configuration.
55
+
The row spanning feature in the Syncfusion TreeGrid can be enabled using `EnableRowSpan` property to **true** in the TreeGrid configuration, which significantly enhances readability and delivers a cleaner layout by eliminating repetitive data in columns such as "Status", "Permit Status", "Inspection Status" and "Punch List Status".
58
56
59
57
{% if page.publishingplatform == "aspnet-core" %}
60
58
@@ -92,7 +90,3 @@ Row spanning feature is not compatible with all the features which are available
92
90
* Detail Template
93
91
* Editing
94
92
* Export
95
-
96
-
## See Also
97
-
98
-
*[Column spanning in Syncfusion<supstyle="font-size:70%">®</sup> TreeGrid](https://ej2.syncfusion.com/asp.core/documentation/treegrid/columns/column-spanning)
0 commit comments