WebForms samples using the Gantt Controls are included in the install here:
<install path>/PlatformSamples/ASPNETWebFormsSamples/ASPNetGanttDemo2010.csproj
The assembly implementing the WebForms Gantt controls in .NET 4.0 are here:
You can link to either of these assemblies (they differ only in their reference to MVC which is irrelevant when you are using WebForms):
<install path>/Src/bin/DotNET4MVC3/RadiantQ.Web.JQGantt.dll
<install path>/Src/bin/DotNET4MVC4/RadiantQ.Web.JQGantt.dll
Sample Contents
a) You can find the individual aspx sample pages here:
<install path>/PlatformSamples/ASPNETWebFormsSamples/Samples
b) and the handlers which provide data to ganttt are in the folder:
<install path>/PlatformSamples/ASPNETWebFormsSamples/DataSources/
© RadiantQ 2022. All Rights Reserved.