S.No |
Query |
Comments |
1 |
"Gantt chart" should have the following functionality:
1.1 "Gantt Chart":
|
“+”
Yes, Gantt already has some built-in key shortcuts to perform row selection, navigating between rows, cell edit, add and delete action. And also we can bind the custom key event and perform actions based on our requirement.
|
|
1.1.1 Can handle the keyboard shortcut pressed by the user on the keyboard | |
|
1.2 Task table:
1.2.1 Can handle the combination of keys pressed by the user on the keyboard | |
|
For the "user"
1.3 "User" may:
1.3.1 On the "Gantt Chart":
|
|
|
1.3.1.1 Change the shape of the task element ("bar" that shows the duration of the task); |
“+”
Yes, we can customize the taskbar shape, background color of the taskbar and progress bar element. And also we can add custom content and can customize the taskbar based on our requirement by using taskbar template support, please refer the following demo for this below.
|
|
1.3.1.2 Change the color of the task element (“bar” that shows the duration of the task); | |
|
1.3.1.3 Replace the entire element of the task ("bar" that shows the duration of the task) with a picture (icon); | |
|
1.4 "User" may:
1.4.1 In the table "Task table":
|
|
|
1.4.1.1 Sort the task list |
“+”
Yes , we have support to sort the records. |
|
1.4.1.2 Group task list; |
“-”
No,
Currently there is no support to group the columns. We have also logged a feature report for this and please find the feedback link below.
|
|
1.4.1.3 Filter the task list; |
“+”
Yes
We have support to filter the records, please check the online demo below.
|
|
1.4.1.3 Add a field; |
“+”
Yes, we can add a custom fields in Gantt columns and edit dialogs. |
|
1.4.1.4 Configure the formatting of the table field depending on the content of the field; |
“+”
Yes, we can format the cells and cell text by using queryCellInfo event. |
The above details are applicable for developers also.
| ||
2 |
What is the most effective technology for developing a web application with a Gantt chart?
Technology.
|
Gantt control base was implemented in JavaScript and used for all other platforms. Gantt control features are same for all platform except Blazor.
In Blazor alone, we have some feature limitations to use the Gantt control.
So you can choose the platform as per your application requirement.
|