Skip to content

Commit b283535

Browse files
982397: Part 4 - Check code snippet and make preview sample in blazor platform
1 parent d339cf9 commit b283535

9 files changed

+207
-239
lines changed

blazor/gantt-chart/frozen-columns.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ The following is the sample code for using `FreezeDirection` in the Blazor Gantt
193193

194194
{% previewsample "https://blazorplayground.syncfusion.com/embed/htBICttKJXuJjOKE?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
195195

196-
![Freeze direction in Blazor Gantt chart](./images/blazor-Gantt-chart-freeze-direction.gif)
197-
198196
## Add or remove frozen columns by dragging the column separator
199197

200198
The Gantt Chart allows users to add or remove frozen columns by dragging and dropping the column separator. The column separator is a draggable line that separates the frozen columns from the non-frozen columns in the Gantt Chart. It is displayed as a vertical line between the columns.
Binary file not shown.
Binary file not shown.
-275 KB
Binary file not shown.
-169 KB
Binary file not shown.
Binary file not shown.
-22.3 KB
Binary file not shown.

blazor/gantt-chart/resource-view.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ To visualize tasks assigned to each resource in a hierarchical manner, you can s
5555
}
5656

5757
{% endhighlight %}
58-
{% endtabs %}
5958
{% highlight c# tabtitle="GanttModel.cs" %}
6059

6160
namespace BlazorGanttChart.Data
@@ -198,7 +197,6 @@ You can indicate overallocation date ranges with square brackets by enabling the
198197
}
199198

200199
{% endhighlight %}
201-
{% endtabs %}
202200
{% highlight c# tabtitle="GanttModel.cs" %}
203201

204202
namespace BlazorGanttChart.Data
@@ -335,7 +333,6 @@ Unassigned tasks in the Gantt Chart refer to tasks that have not been assigned t
335333
}
336334

337335
{% endhighlight %}
338-
{% endtabs %}
339336
{% highlight c# tabtitle="GanttModel.cs" %}
340337

341338
namespace BlazorGanttChart.Data
@@ -650,7 +647,6 @@ Within the Gantt chart, taskbar repositioning tasks among different resources ca
650647
}
651648

652649
{% endhighlight %}
653-
{% endtabs %}
654650
{% highlight c# tabtitle="GanttModel.cs" %}
655651

656652
namespace BlazorGanttChart.Data
@@ -831,7 +827,6 @@ In the resource view, you can easily change task resources. If the dialog box's
831827
}
832828

833829
{% endhighlight %}
834-
{% endtabs %}
835830
{% highlight c# tabtitle="GanttModel.cs" %}
836831

837832
namespace BlazorGanttChart.Data
@@ -994,7 +989,6 @@ These methods offer a convenient way to efficiently manage task resources in you
994989
}
995990

996991
{% endhighlight %}
997-
{% endtabs %}
998992
{% highlight c# tabtitle="GanttModel.cs" %}
999993

1000994
namespace BlazorGanttChart.Data

blazor/gantt-chart/resources.md

Lines changed: 207 additions & 231 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)