Follow step-by-step instructions below to quickly get your scheduler running.
1) Grab the latest package version
Note, it's a download link for the trial version. If you have a license, use the link you get after purchasing.
2) Create a new folder in the computer file system and extract the package contents there
3) Add the library reference and scripts of dhtmlxScheduler to your project
4) If you have a license, apply the license key. See the details
To check samples - copy content of the 'Samples' folder to the http root of your web server (IIS or any other .Net capable server)
Main folders and files that make up the package are:
There are three packages available on NuGet:
Before going further, please check whether you have NuGet for Visual Studio installed
One more way to install Scheduler.NET is to run any of the following commands in the Package Manager Console:
PM> Install-Package DHTMLX.Scheduler.NET
PM> Install-Package DHTMLX.Scheduler.MVC3.Sample
PM> Install-Package DHTMLX.Scheduler.WebForms.Sample