Questions tagged [kendo-gantt]

Telerik Kendo UI Gantt Chart is a complex project management tool, especially useful for visualizing tasks which are a part of a project management cycle. The widget provides treelist and timeline views so that end user can see at a glance a project’s start/end date, tasks progress, dependencies between tasks, milestones and other components of a project.

Telerik Kendo UI Gantt Chart is a complex project management tool, especially useful for visualizing tasks which are a part of a project management cycle.


Related tags

33 questions
2
votes
0 answers

Kendo Gantt for JQuery - Display Date/Time While Dragging Task

I am developing a web application in Angular and it includes a Kendo for JQuery Gantt Chart. When a Task is dragged left and right I want to display the Start time to make it easier to leave the Task at the correct time. The tooltip seems to only…
TDC
  • 1,869
  • 3
  • 25
  • 40
1
vote
0 answers

How to implement Kendo Gantt chart Jquery in react

I wanted to implement kendo gantt chart in react but in react library they dont have full feature like drag the scheduler time but in jquery they have that functionality and other things. so i wanted to implement jquery gantt chart in react Jquery…
SHUBHAM SINGH
  • 371
  • 3
  • 11
1
vote
2 answers

Display more than 1 year in Kendo UI for jQuery?

Some clinical studies can take up to 5 years or more, and I want to be able to show an entire study and its sub-tasks in a Kendo Gantt chart. I want to show periods of time longer than the current maximum of 1 year that is built into Kendo UI for…
hackR
  • 1,459
  • 17
  • 26
1
vote
1 answer

setting IsDirty field in kendo gantt chart

In a simple example like this - https://dojo.telerik.com/UViBAZAP How to mark the field dirty? I want to make changes first and then save at one go. Edit- I want the field on the UI to show that it was edited. like it does in kendo grid.
genericuser
  • 1,430
  • 4
  • 22
  • 40
1
vote
1 answer

kendo ASP.NET MVC specific multiselect in Gantt Edit

I am a new user of kendo and I have a problem with a gantt! I have a page with a Gantt kendo. For each activity I have a button edit. When my popup edit is open I have lot of fields and a multiselect. This multiselect should be specific for each…
Marine
  • 11
  • 1
1
vote
0 answers

How to add rows dynamically in kendo gantt chart?

I need to add rows to Kendo Gantt chart dynamically (somewhat like add new task). I am adding the new row to dataSource, but the newly added row is not reflecting in the UI. I tried refreshing the gantt chart, but no luck. Adding k-rebind works,…
Shrinivas
  • 824
  • 4
  • 12
  • 26
1
vote
2 answers

Auto move successor tasks in Kendo UI Gantt

I am trying to update telerik gantt chart tasks automaticlly Let say if I move on task 1 day ahead then it should automatically move its successor tasks 1 day ahead. This below function automatically move all successor tasks but problem is that…
SOF User
  • 7,590
  • 22
  • 75
  • 121
1
vote
1 answer

How to customize a column using template in kendo gantt chart?

I would like to add checkbox to my gantt chart which is a kendo gantt widget. In kendo grid this can be achieved using custom templates. How do I achieve the same thing in kendo gantt?
Shrinivas
  • 824
  • 4
  • 12
  • 26
1
vote
1 answer

Kendo UI Gantt - Display a custom modal for task update

I am aware of the following http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt#configuration-editable.template but it is not what I need. I need to display a custom modal dialog for task edition that is used in other parts of the app instead…
Juan Pablo Fernandez
  • 2,408
  • 3
  • 18
  • 32
1
vote
1 answer

Kendo UI Gantt - Custom Task Edit Template

I have created a custom template for a task using this example: http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt#configuration-editable.template