Hello,
Out of this context, but about Resource, and for Telerik Team :
The code example here :
http://demos.telerik.com/aspnet-ajax-beta/gantt/examples/functionality/resources/defaultcs.aspx
contains a small error :
InsertCommand="INSERT INTO [GanttResourceAssignments] ([TaskID], [ResourceID], [Units]) VALUES (@PredecessorID, @SuccessorID, @Units)
InsertCommand="INSERT INTO [Task_GanttResourceAssignments] ([TaskID], [ResourceID], [Units]) VALUES (@TaskID, @ResourceID, @Units)"
Else... Gantt is Great !!!