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/row/row-spanning/razor %}
19
+
{% include code-snippet/tree-grid/row/row-span/tagHelper %}
33
20
{% endhighlight %}
34
-
{% highlight c# tabtitle="RowSpanning.cs" %}
35
-
{% include code-snippet/tree-grid/row/row-spanning/spanning.cs %}
21
+
{% highlight c# tabtitle="Span.cs" %}
22
+
{% include code-snippet/tree-grid/row/row-span/row-spanning.cs %}
36
23
{% endhighlight %}
37
24
{% endtabs %}
38
-
{% endif %}
39
25
40
26
## Limitations
41
27
@@ -54,28 +40,14 @@ The Syncfusion TreeGrid provides an API-based approach to vertically merge cells
54
40
55
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".
56
42
57
-
{% if page.publishingplatform == "aspnet-core" %}
58
-
59
43
{% tabs %}
60
44
{% highlight cshtml tabtitle="CSHTML" %}
61
-
{% include code-snippet/tree-grid/row/spanning/tagHelper %}
62
-
{% endhighlight %}
63
-
{% highlight c# tabtitle="Spanningapi.cs" %}
64
-
{% include code-snippet/tree-grid/row/spanning/rowspanningapi.cs %}
{% include code-snippet/tree-grid/row/spanning/razor %}
45
+
{% include code-snippet/tree-grid/row/row-spanning/tagHelper %}
73
46
{% endhighlight %}
74
-
{% highlight c# tabtitle="Spanningapi.cs" %}
75
-
{% include code-snippet/tree-grid/row/spanning/rowspanningapi.cs %}
47
+
{% highlight c# tabtitle="Span.cs" %}
48
+
{% include code-snippet/tree-grid/row/row-spanning/row-spanning.cs %}
76
49
{% endhighlight %}
77
50
{% endtabs %}
78
-
{% endif %}
79
51
80
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**.
0 commit comments