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
Copy file name to clipboardExpand all lines: blazor/gantt-chart/column-template.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: Column template in Blazor Gantt Chart Component | Syncfusion
4
-
description: Checkout and learn here all about column template in Syncfusion Blazor Gantt Chart component and much more details.
3
+
title: Column Template in Blazor Gantt Chart Component | Syncfusion
4
+
description: Checkout and learn here all about Column Template in Syncfusion Blazor Gantt Chart component and much more details.
5
5
platform: Blazor
6
6
control: Gantt Chart
7
7
documentation: ug
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
A column template is used to customize the column’s look. The following code example explains how to define the custom template in Gantt Chart using the `Template` property.
13
13
14
-
> **Note**: The column template feature is used to render the customized element value in the UI for a particular column. The data operations like filtering, sorting, etc., will not work based on the column template values. It will be handled based on the values you have provided to the particular column in the datasource.
14
+
N> The column template feature is used to render the customized element value in the UI for a particular column. The data operations like filtering, sorting, etc., will not work based on the column template values. It will be handled based on the values you have provided to the particular column in the datasource.
15
15
16
16
{% tabs %}
17
17
{% highlight razor tabtitle="Index.razor" %}
@@ -25,10 +25,9 @@ A column template is used to customize the column’s look. The following code e
You can find the GitHub sample for customizing the taskbar in the critical path [here](https://github.com/SyncfusionExamples/Blazor-UG-Examples).
212
-
213
211
>If the [ProjectEndDate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.SfGantt-1.html#Syncfusion_Blazor_Gantt_SfGantt_1_ProjectEndDate) property is set in the `SfGantt`, any task that ends on or after this date is considered critical. If the `ProjectEndDate` is not set, the maximum end date from the task records is used to determine which tasks are critical.
N> You can refer to our [Blazor Gantt Chart](https://www.syncfusion.com/blazor-components/blazor-gantt-chart) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Gantt Chart example](https://blazor.syncfusion.com/demos/gantt-chart/default-functionalities?theme=bootstrap5) to know how to render and configure the Gantt.
0 commit comments