In Gantt, to render all the rows in collapsed state we need to enable the enableCollapseAll property. The below code example explains about how to render all the Gantt rows with collapsed state: <div id="GanttContainer" style="height:450px;width:100%"></div> <script type="text/javascript"> $(function () { $("#GanttContainer").ejGantt({ //... enableCollapseAll: true, }) }); </script>
A Sample to render all the Gantt rows in a collapsed state is available in the following link,
|
This page will automatically be redirected to the sign-in page in 10 seconds.