We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Gantt control vs Script Manager

Hi,

I begin to look Gantt Control. I took an example on https://help.syncfusion.com/aspnet/gantt/getting-started.

It works fine !!

But when i insert a script manager  in <form>, the gantt control disappear of my web page.

Do you have an idea ? Thanks in advance for your reply :)

My basic code :

<form runat="server">

        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

        <ej:Gantt ID="Gantt_project" runat="server" 
        AllowSelection="true" 
        AllowColumnResize="true"
        TaskIdMapping="TaskID" 
        TaskNameMapping="TaskName"
        ScheduleStartDate="02/01/2014"
        ScheduleEndDate="03/14/2014"
        StartDateMapping="StartDate"
        DurationMapping="Duration"
        ProgressMapping="Progress"
        ChildMapping="SubTasks"
        TreeColumnIndex="1"
        HighlightWeekends="false">
    </ej:Gantt>  
 
    </form>

Best regards,
Julian ALVAREZ.

1 Reply

JS Jonesherine Stephen Syncfusion Team October 20, 2016 04:43 PM UTC

Hi Julian, 
Thanks for contacting Syncfusion support. 
We have analysed the reported issue with our sample. We are unable to reproduce the issue. 
Please ensure whether the <asp:ScriptManager> has not been referred in both master page and web page. We need to refer the script manager in any one of these pages. We have also prepared the sample for your reference. Please find the sample from below location 
If still the problem exists at your end, please revert us by modifying the sample based on your application along with the replication procedure. This would be helpful for us to serve you. 
Disclaimer: We have removed bin and obj folder in the given sample for some security reasons, we must include Syncfusion.EJ and Syncfusion.EJ.Web dlls to render the Gantt control which is available in Essential Studio installed location. 
Please let us know if you need more information on this.
Regards,
Jone sherine P S
 


Loader.
Up arrow icon