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

Adding Custom Parameters on every kendo Request

5 Answers 407 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Saurabh
Top achievements
Rank 1
Saurabh asked on 08 Aug 2015, 12:27 PM

Hi,

I am trying to filter the record in Gantt Chart.​

Since Gantt does not provide filtering like Kendo Grid. I want to add Custom params with every request which can be used with filter record.

Hope this can be done easily

5 Answers, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 11 Aug 2015, 07:19 AM
Hello,

The Gantt uses a GanttDataSource, which inherits from the regular kendo.data.DataSource. That means that you can use all options available in the DataSource component, like the transport.read.data option for passing parameters with the request:
http://docs.telerik.com/KENDO-UI/api/javascript/data/datasource#configuration-transport.read.data

Regards,
Bozhidar
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Saurabh
Top achievements
Rank 1
answered on 11 Aug 2015, 09:07 AM

Thanks,

So is it possible to use "Filter Multi Checkboxes" with Gantt ?

0
Bozhidar
Telerik team
answered on 12 Aug 2015, 12:00 PM
Hi,

Not quite sure what you mean by "Filter Multi Checkboxes", but you should be able to pass in any parameters.

Regards,
Bozhidar
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Saurabh
Top achievements
Rank 1
answered on 27 Aug 2015, 06:41 AM

Hi,

"Filter Multi Checkboxes" is filtering function with kendo grid (http://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes).

0
Bozhidar
Telerik team
answered on 28 Aug 2015, 07:41 AM
Hi,

Currently filtering is not supported in the gantt widget. You can log this in our uservoice, so that other people can vote for this as a feature in order to increase its implementation priority:
http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback

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