Hi Carina ,
We can achieve your requirement by remove the below class from your css styles(present in your local css file referred in application). It will make the progress bar to display in collapse mode but, we can not able to edit the progress bar in a collapsed state. Instead of resizing the progress bar, you can able to edit the progress in cell edit/dialog edit in expand mode.
CSS need to be removed
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
width: 0px
!important;
}
|
Regards,
Premkumar S