hi i am new to use this syncfusion's gantt chart. I'hv installed Syncfusion.EJ2.MVC4 and added
<add assembly="Syncfusion.EJ2" Version=16.4400.0.40, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
this assembly in web.config file.but its showing error for the assembly.and when i comment this assembly i get following result
I have tried one sample example on gantt in mvc chart but its showing me following result
Result:
Syncfusion.EJ2.Gantt.GanttBuilder .TaskFields(ts => ts.Id("TaskId").Name("TaskName").StartDate("StartDate").EndDate("EndDate").Duration("Duration").Progress("Progress") .Child("SubTasks")).Render()
Plz guide me