Skip to content

Commit eadf01c

Browse files
Merge branch 'development' into EJ2-910313-update-ug
2 parents 497fde3 + 46fdc05 commit eadf01c

13 files changed

+1450
-6
lines changed

blazor-toc.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,6 +2880,9 @@
28802880
</li>
28812881
<li>Gantt Chart
28822882
<ul>
2883+
<li>
2884+
<a href="/blazor/gantt-chart/overview">Overview</a>
2885+
</li>
28832886
<li>Getting Started
28842887
<ul>
28852888
<li>
@@ -2974,6 +2977,11 @@
29742977
</li>
29752978
<li> <a href="/blazor/gantt-chart/templates">Templates</a></li>
29762979
<li> <a href="/blazor/gantt-chart/excel-export">Excel Export</a></li>
2980+
<li> <a href="/blazor/gantt-chart/pdf-export">PDF Export</a>
2981+
<ul>
2982+
<li> <a href="/blazor/gantt-chart/template-pdf-export">PDF Exporting with Templates</a> </li>
2983+
</ul>
2984+
</li>
29772985
<li> <a href="/blazor/gantt-chart/context-menu">Context Menu</a></li>
29782986
<li> <a href="/blazor/gantt-chart/clipboard">Clipboard</a> </li>
29792987
<li> <a href="/blazor/gantt-chart/webassembly-performance">WebAssembly Performance</a></li>
@@ -3385,6 +3393,16 @@
33853393
</li>
33863394
</ul>
33873395
</li>
3396+
<li>Multicolumn ComboBox
3397+
<ul>
3398+
<li>Getting Started
3399+
<ul>
3400+
<li> <a href="/blazor/multicolumn-combobox/getting-started-with-web-app">Blazor Web App</a></li>
3401+
<li> <a href="/blazor/multicolumn-combobox/getting-started">Blazor Server and WASM App</a></li>
3402+
</ul>
3403+
</li>
3404+
</ul>
3405+
</li>
33883406
<li>MultiSelect Dropdown
33893407
<ul>
33903408
<li>Getting Started

blazor/Release-Notes/27.1.48.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: ug
77

88
# Essential Studio for Blazor Release Notes
99

10-
{% include release-info.html date="September 17, 2024" version="v27.1.48" %}
10+
{% include release-info.html date="September 18, 2024" version="v27.1.48" %}
1111

1212
{% directory path: _includes/release-notes/v27.1.48 %}
1313

blazor/gantt-chart/accessibility.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following ARIA attributes are used in Blazor Gantt:
5959

6060
## Keyboard navigation
6161

62-
The Blazor Gantt component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Blazor Gantt component.
62+
The Gantt component follows the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/) guideline, ensuring accessibility for users of assistive technologies (AT) and those who rely solely on keyboard navigation. The following keyboard shortcuts are supported by the Gantt component:
6363

6464
<b>Focus Elements</b>
6565

@@ -69,7 +69,7 @@ The Blazor Gantt component followed the [keyboard interaction](https://www.w3.or
6969
<kbd>Home</kbd> | <kbd>Fn + Left Arrow</kbd> | Moves the focus to the first cell of the focused row.
7070
<kbd>End</kbd> | <kbd>Fn + Right Arrow</kbd> | Moves the focus to the last cell of the focused row.
7171
<kbd>Ctrl + Home</kbd> | <kbd>Command + Fn + Left Arrow</kbd> | Moves the focus to the first Cell of the first row in the gantt chart.
72-
<kbd>Ctrl + End</kbd> | <kbd>Command + Fn + Right Arrow</kbd> | Moves the focus to the last Cell of the last row in the gantt chart.
72+
<kbd>Ctrl + End</kbd> | <kbd>Command + Fn + Right Arrow</kbd> | Moves the focus to the last Cell of the last row in the gantt chart.
7373
<kbd>Up Arrow</kbd> | <kbd>Up Arrow</kbd> | Moves the cell focus upward from the focused cell.
7474
<kbd>Down Arrow</kbd> | <kbd>Down Arrow</kbd> | Moves the cell focus downward from the focused cell.
7575
<kbd>Right Arrow</kbd> | <kbd>Right Arrow</kbd> | Moves the cell focus right side from the focused cell.
@@ -165,6 +165,7 @@ The Blazor Gantt component followed the [keyboard interaction](https://www.w3.or
165165
<kbd>Left</kbd> | <kbd>Left</kbd> | Focuses the previous element.
166166
<kbd>Right</kbd> | <kbd>Right</kbd> | Focuses the next element.
167167
<kbd>Enter</kbd> | <kbd>Enter</kbd> | Performs the focused toolbar element action.
168+
168169
<b>Tooltip</b>
169170

170171
**Windows** | **MAC** | **To do this**
67.9 KB
Loading

blazor/gantt-chart/overview.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: Index in Blazor Gantt Chart Component | Syncfusion
4+
description: Explore the overview of the Syncfusion Blazor Gantt Chart component, covering key concepts, functionalities, and usage guidelines.
5+
platform: Blazor
6+
control: Gantt Chart
7+
documentation: ug
8+
---
9+
10+
# Index in Blazor Gantt component
11+
12+
The Gantt Chart in Blazor offers a project management interface similar to Microsoft Project, designed for scheduling and managing projects. It provides an intuitive way to visually manage tasks, their relationships, and project resources.
13+
14+
## Key features
15+
16+
* [**Data sources**](./data-binding/) - The Blazor Gantt Chart component can be integrated with various remote API service for data binding by using the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) or an enumerable collection of objects by using the [DataSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.SfGantt-1.html#Syncfusion_Blazor_Gantt_SfGantt_1_DataSource) property.
17+
* [**Large data binding**](./data-binding/) - Optimize performance when dealing with extensive datasets by initially loading only parent records. Child records are rendered dynamically upon expansion, reducing initial load times and improving user experience with large project structures.
18+
* [**Editing**](./managing-tasks/): Directly edit task details such as duration, start and end dates, and dependencies within the Gantt Chart. Use the Edit dialog for structured input or interact with taskbars for a more visual editing approach.
19+
* [**Task dependencies**](./task-dependencies/): Define and manage task relationships using various dependency types, including finish-to-start, start-to-finish, start-to-start, and finish-to-finish. This feature helps in accurately modeling project schedules and dependencies.
20+
* [**Customizable timeline**](./time-line/): Adjust the timeline view to show time scales ranging from minutes to decades. The timeline can be customized to display specific intervals and custom text, and can be formatted in either one-tier or two-tier layouts.
21+
* [**Taskbars**](./scheduling-tasks/): Customize the appearance of taskbars, including support for unscheduled tasks and the ability to display baselines. Taskbars visually represent the schedule and progress of tasks.
22+
* [**Critical path**](./criticalpath/): Identify the sequence of critical tasks that determine the project's finish date. Delays in tasks on the critical path will directly impact the overall project schedule, allowing for better focus on crucial tasks.
23+
* [**Columns**](./columns/): Customize the grid columns to display specific information and add custom columns as needed. This allows for tailored views and enhanced data presentation.
24+
* [**Resources**](./resources/): Allocate and manage resources such as personnel, equipment, and materials. This feature helps in tracking resource availability and ensuring that tasks are assigned appropriately.
25+
* [**Filtering**](./filtering/): Filter tasks and data using individual column filters and a toolbar search box. This functionality helps users quickly locate and manage specific tasks within the Gantt Chart.
26+
* [**Toolbar**](./tool-bar/): Use the toolbar to manage various aspects of the Gantt Chart, including data operations and chart settings. The toolbar provides quick access to essential functions and controls.
27+
* [**Rows**](./rows/): Customize and add rows to the Gantt Chart both at initialization and dynamically. This feature allows for flexible data presentation and organization of tasks.
28+
* [**Selection**](./selection/): Customize how rows and cells are selected within the Gantt Chart, both at initialization and dynamically. This enables precise selection and interaction with tasks.
29+
* [**Data markers or indicators**](./data-markers/): Display visual indicators and flags alongside taskbars and labels to highlight important data points or statuses.
30+
* [**Event markers**](./event-markers/): Use event markers to emphasize significant days or milestones within the project timeline, aiding in tracking important events and deadlines.
31+
* [**Holidays**](./holidays/): Define and manage non-working days (holidays) within the project calendar. This ensures that project schedules account for holidays and non-working periods.

0 commit comments

Comments
 (0)