Open ASP.NET Gantt Chart Web Control

Does anyone know where I can get the Open Source ASP.NET Gantt Chart / Web Control?

+4
source share
4 answers

Below is the CodePlex Silverlight Gantt Chart library.

0
source

You can use dhtmlxGantt, the Open Source Gant Chart (GPL) JavaScript with ASP.NET. Here is a tutorial on how to use it with ASP.NET MVC: http://www.dhtmlx.com/blog/using-dhtmlx-gantt-chart-asp-net-mvc/

(Disclosure - I work in DHTMLX)

+2
source

This is neither ASP.NET nor open source, but Ext Gantt may still be of interest to you. Built using only HTML / CSS / JS and very interactive:

http://ext-scheduler.com/gantt.html

+1
source

Look at this, it seems pretty simple to implement http://www.naspinski.net/post/Simple-Gantt-Chart-with-Aspnet.aspx

+1
source

Source: https://habr.com/ru/post/1299378/


All Articles