Hello,
is it posible to change from ProjectView to ResourcesView dinamically? I´m trying with:
$(#myGantt).ejGant({viewType: ej.Gantt.ViewType.ResourceView});
or:
$(#myGantt).ejGant({viewType: ej.Gantt.ViewType.ProjectView});
and it doesn't refresh to the new view. It also makes relationships between tasks to fail when editing a task.
Thanks.