BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Hi Oscar,
Thanks for contacting Syncfusion support.
We have analyzed the reported query and prepared the sample as per provided code snippet. But we are unable to replicate the reported issue. Please ensure whether “this.collapse” value has been updated in any other actions. If still issue exists at your end kindly modify our sample based on your application along with the replication procedure. This would be helpful for us to serve you better.
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ze/GanttCollaspeAll413333470Regards,John R
[app.component.html]
<ej-gantt
//...
[enableCollapseAll] = "collapse" >
</ej-gantt>
[app.component.ts]
export class AppComponent {
public ganttData: any;
public collapse : boolean;
constructor() {
this.collapse = true;
}
} |
<ej-gantt
//...
[enableCollapseAll] = true>
</ej-gantt> |