MVC samples using the Gantt MVC Extensions are available for both MVC 3 and 4. You can find these projects in the following paths:
<install path>/PlatformSamples/MVCSamples/MVC3RazorDemo/MVCRazorDemo2010.csproj
<install path>/PlatformSamples/MVCSamples/MVC4RazorDemo/MVCRazorDemo2010.csproj
The assemblies implementing these extensions are here (and are referenced by the above projects):
<install path>/Src/bin/DotNET4MVC3/RadiantQ.Web.JQGantt.dll
<install path>/Src/bin/DotNET4MVC4/RadiantQ.Web.JQGantt.dll
Sample Contents
a) All the cshtml samples are in this folder within the project folder:
<project folder>/Views/Home/
b) and the controllers providing data are within this folder:
<project folder>/Controllers/
© RadiantQ 2022. All Rights Reserved.