-
Aleksander
17
posts
Member since:
Mar 2014
Posted 22 Oct 2014
Link to this post
Hello,
I've noticed that some of your controls (like Scheduler) has gotten client side binding options via WebApi.
Does the Gantt controller also have this?
Will it get it in the near future?
Best regards
Aleksander Spro
Xledger - Senior Developer
-
-
Posted 23 Oct 2014
Link to this post
Hello,
RadGantt supports binding to WebApi out of the box. I've attached a sample website demonstrating how it can be set up.
Regards,
Bozhidar
Telerik
-
-
Aleksander
17
posts
Member since:
Mar 2014
Posted 24 Oct 2014
Link to this post
Thank you for the quick reply.
I also wondered if it is possible to have input parameter for GetTasks() like scheduler has:
public IEnumerable<AppointmentData> GetAppointments(string schedulerInfo)
And how to pass this parameter.
-
-
Posted 24 Oct 2014
Link to this post
Hi,
Unlike the Scheduler, where this parameter is used to specify the time period for which the appointments are requested, the Gantt always requests all tasks, so such parameter is not sent by the control.
Regards,
Bozhidar
Telerik
-