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

How to add DropDown to Gantt Chart Toolbar

1 Answer 72 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Sethilraj
Top achievements
Rank 1
Sethilraj asked on 02 Jun 2016, 11:41 AM

Hi, 

I am trying to add a dropdown to gantt Chart Toolbar, dropdown is being added to toolbar but it is not working.

In HTML

<div id="example">
  <div kendo-gantt k-options="ganttOptions"></div>
    <script id="template" type="text/x-kendo-template">
         <select kendo-drop-down-list
         k-data-text-field="'name'"
         k-data-value-field="'id'"
         k-data-source="projectsDataSource">
         </select>
   </script>

</div>

In by Angular Controller

$scope.ganttOptions = 
        {

            toolbar: [  
   { template: kendo.template($("#template").html())},

],
            views:  [

 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 06 Jun 2016, 08:19 AM
Hi,

You've posted the same question in the other forum thread here:
http://www.telerik.com/forums/how-to-add-dropdown-to-gantt-chart-toolbar-7435a080eb5a

To prevent duplication I'm closing this thread.

Regards,
Bozhidar
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
Sethilraj
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or