Skip to content

Commit 2dd3443

Browse files
authored
993923: paths updated
1 parent 1ab0ceb commit 2dd3443

File tree

3 files changed

+9
-37
lines changed

3 files changed

+9
-37
lines changed

ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/columns/column-spanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the following example, Employee **Davolio** is scheduled for analysis from "9
1919
{% include code-snippet/tree-grid/columns-mvc/columnspanning/razor %}
2020
{% endhighlight %}
2121
{% highlight c# tabtitle="Columnspanning.cs" %}
22-
{% include code-snippet/grid/columns-mvc/columnspanning/columnspanning.cs %}
22+
{% include code-snippet/tree-grid/columns-mvc/columnspanning/columnspanning.cs %}
2323
{% endhighlight %}
2424
{% endtabs %}
2525

ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/row/row-spanning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the following demo, the **Lunch Break** cell spans multiple rows in the "1:00
1919
{% include code-snippet/tree-grid/row/row-span/razor %}
2020
{% endhighlight %}
2121
{% highlight c# tabtitle="Span.cs" %}
22-
{% include code-snippet/tree-grid/row/row-span/row-span.cs %}
22+
{% include code-snippet/tree-grid/row/row-span/row-spanning.cs %}
2323
{% endhighlight %}
2424
{% endtabs %}
2525

@@ -45,7 +45,7 @@ The row spanning feature in the Syncfusion TreeGrid can be enabled using `Enable
4545
{% include code-snippet/tree-grid/row/row-spanning/razor %}
4646
{% endhighlight %}
4747
{% highlight c# tabtitle="Span.cs" %}
48-
{% include code-snippet/tree-grid/row/row-spanning/row-span.cs %}
48+
{% include code-snippet/tree-grid/row/row-spanning/row-spanning.cs %}
4949
{% endhighlight %}
5050
{% endtabs %}
5151

ej2-asp-core-mvc/tree-grid/EJ2_ASP.NETCORE/row/row-spanning.md

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,14 @@ The row spanning feature in the Syncfusion<sup style="font-size:70%">&reg;</sup>
1414

1515
In the following demo, the **Lunch Break** cell spans multiple rows in the "1:00 PM" column.
1616

17-
{% if page.publishingplatform == "aspnet-core" %}
18-
1917
{% tabs %}
2018
{% highlight cshtml tabtitle="CSHTML" %}
21-
{% include code-snippet/tree-grid/row/row-spanning/tagHelper %}
22-
{% endhighlight %}
23-
{% highlight c# tabtitle="RowSpanning.cs" %}
24-
{% include code-snippet/tree-grid/row/row-spanning/spanning.cs %}
25-
{% endhighlight %}
26-
{% endtabs %}
27-
28-
{% elsif page.publishingplatform == "aspnet-mvc" %}
29-
30-
{% tabs %}
31-
{% highlight razor tabtitle="CSHTML" %}
32-
{% include code-snippet/tree-grid/row/row-spanning/razor %}
19+
{% include code-snippet/tree-grid/row/row-span/tagHelper %}
3320
{% 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 %}
3623
{% endhighlight %}
3724
{% endtabs %}
38-
{% endif %}
3925

4026
## Limitations
4127

@@ -54,28 +40,14 @@ The Syncfusion TreeGrid provides an API-based approach to vertically merge cells
5440

5541
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".
5642

57-
{% if page.publishingplatform == "aspnet-core" %}
58-
5943
{% tabs %}
6044
{% 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 %}
65-
{% endhighlight %}
66-
{% endtabs %}
67-
68-
{% elsif page.publishingplatform == "aspnet-mvc" %}
69-
70-
{% tabs %}
71-
{% highlight razor tabtitle="CSHTML" %}
72-
{% include code-snippet/tree-grid/row/spanning/razor %}
45+
{% include code-snippet/tree-grid/row/row-spanning/tagHelper %}
7346
{% 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 %}
7649
{% endhighlight %}
7750
{% endtabs %}
78-
{% endif %}
7951

8052
> 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**.
8153

0 commit comments

Comments
 (0)