This is a migrated thread and some comments may be shown as answers.

Extending AngularJs Gantt Features

3 Answers 133 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 11 Aug 2014, 10:03 PM
Is there any documentation on extending the AngularJs Gantt.  What I'd like to do is be able to hover over a task and display info in a small pop-up panel.  Maybe add the "onmousehover" event handler to a task to display values from a custom object passed to the datasource.  Any direction or ideas where to start would be great.  Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 13 Aug 2014, 03:18 PM
Hi,

You can use the tooltip to show additional data. Here is a demo showing how you can do this:

http://dojo.telerik.com/@korchev/eqEF

Regards,
Atanas Korchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Chris
Top achievements
Rank 1
answered on 13 Aug 2014, 09:04 PM
Thanks for you reply and demo (in the cool dojo, i love that thing).  But I'm new to the Kendo toolset and will have to learn how to make other components interact with each other.  But good demo, thanks.  Other features I'd like to accomplish with the Gantt chart is to center the grid to the current time (where a daily view is shown).  I would use Angular's $timeout service to keep the chart's position current.  I could use the rendered div element of the gantt area but it just seems a bit bulky on the code base.  How do I send in potential or suggestive change requests on components?
0
Atanas Korchev
Telerik team
answered on 14 Aug 2014, 07:51 AM
Hi Brian,

The Kendo UI forums is the best way to give us feedback and ask for questions. 

Regards,
Atanas Korchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
Chris
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Chris
Top achievements
Rank 1
Share this question
or