BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Otto,
Thanks for using Syncfusion products.
We would like to let you know that, we can resize our Gantt control by using the “EnableResize” property.
Please refer the below code snippets for more details.
Code snippets:
<head>
//...
<style> /*we have to set height and width for resizing Gantt dynamically*/ #Gantt { position:absolute; height:100%; width:100%; }
</style>
</head>
<body style="position: static; margin: 0px; padding: 0px">
@(Html.EJ().Gantt("Gantt").
//...
.EnableResize(true)
.SizeSettings(eve => { eve.Height("900px"); eve.Width("1200px"); })
.Datasource(ViewBag.dataSource)
)
@(Html.EJ().ScriptManager()) |
We have also prepared a sample based on this for resizing Gantt and you can find the sample under the following location:
Sample: http://www.syncfusion.com/downloads/support/directtrac/118037/MVC09NewSampleResize922105385.zip
Please let us know if you require further assistance on this.
Regards,
John. R
Hi Otto,
Thank you for the update.
We have created a new incident #134442 on behalf of you related to this forum. We suggest you to follow up the incident for further reference using your direct-trac account.
Our Direct Trac support system can be accessed from the following link:
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know if you require further assistance on this.
Thanks,
Bharath
Hi Otto,
Thanks for the update.
Please let us know if you require further assistance on this.
Regards,
John R