Unplanned
Last Updated: 19 Sep 2023 14:48 by ADMIN
Created by: Irvin
Comments: 1
Category: Gantt
Type: Feature Request
1

Hi there,

We are using Telerik kendo with ASP.net MVC. This request is specifically for the Gantt chart view as described here: https://demos.telerik.com/aspnet-mvc/gantt. Configuring the month, year and day view seems pretty easy via the exposed API. We want to extend this so that we can see the Gantt for custom date ranges. For example we should be able to click a button that says : Q1  and can see the Gantt for 3 months (Ex: Sep, Oct, Nov). Please note that this is different from filtering through selected dates. We want to the Gantt to display extended views. Feel free to let me know if I can provide any more clarity.

Thanks!

Irvin 

Unplanned
Last Updated: 19 May 2021 09:45 by ADMIN
Created by: Manbeer
Comments: 0
Category: Gantt
Type: Feature Request
0
Currently, each row in the Gantt is a separate task. Having the ability to display multiple tasks in the same row would be useful.
Unplanned
Last Updated: 22 Mar 2021 10:09 by ADMIN
Created by: Philip
Comments: 0
Category: Gantt
Type: Feature Request
2
Currently the Gantt component provides support for single resource, where multiple units can be assigned to a Gantt task. It would be useful if the Gantt supports multiple resources, where multiple units of each resource can be assigned to the Gantt task.
Unplanned
Last Updated: 02 Feb 2021 16:49 by ADMIN
Created by: Ben
Comments: 1
Category: Gantt
Type: Feature Request
0

I would love to see a feature added to the MVC Gantt control that would allow filtering tasks within the Gantt. Currently when we filter tasks in our Gantt using an external filter which filters the datasource tasks are dropped from the result set if their parent tasks do not meet the filter criteria. This is obviously a problem and makes filtering useless when tasks are dropped when they actually meet the criteria. I would like to see the filtering work as the TreeView and TreeList controls do. When you filter a column in those controls the parent items are returned regardless of whether they meet the filter criteria. This is needed in a hierarchical control like the Gantt chart.

This would be a great addition to the control. In the meantime, we'll either leave filtering out of our application or try to find a way to recursively gather all of the parent task ids and include them in our service to return tasks that meet the filter criteria.

Thanks for considering!
Ben

Unplanned
Last Updated: 25 Apr 2019 15:52 by ADMIN
Created by: James
Comments: 1
Category: Gantt
Type: Feature Request
2

We are using the Gantt view to display the timeline of an operation which typically spans over 15-30 minutes.

As such we want to view the Gantt timeline by minutes, but we can only seem to get as far as hours.

How can we set the Gantt view to by minutes?