C# 开源 ASP.NET 甘特图 Web 控件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2136429/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 23:48:24  来源:igfitidea点击:

Open source ASP.NET Gantt Chart Web Control

c#asp.netajaxweb-applicationsopen-source

提问by Pablogrind

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

有谁知道我可以从哪里获得开源 ASP.NET 甘特图/Web 控件?

采纳答案by tbischel

Here is a Silverlight Gantt Chartlibrary from CodePlex.

这是来自 CodePlex的Silverlight Gantt Chart库。

回答by Mats

This is not ASP.NET nor open source but still might interest you, the Ext Gantt. Built using just HTML/CSS/JS and very interactive:

这不是 ASP.NET 也不是开源的,但您仍然可能会感兴趣,Ext Gantt。仅使用 HTML/CSS/JS 构建并且非常具有交互性:

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

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

回答by Vikram

have a look at this one, seems to be quite simple to implement http://www.naspinski.net/post/Simple-Gantt-Chart-with-Aspnet.aspx

看看这个,实现起来似乎很简单http://www.naspinski.net/post/Simple-Gantt-Chart-with-Aspnet.aspx

回答by Paul

You may use dhtmlxGantt, an open source (GPL) JavaScript Gantt chart, with ASP.NET. Here is the tutorial on how to use it with ASP.NET MVC: http://www.dhtmlx.com/blog/using-dhtmlx-gantt-chart-asp-net-mvc/

您可以在 ASP.NET 中使用 dhtmlxGantt,这是一种开源 (GPL) JavaScript 甘特图。这是有关如何将它与 ASP.NET MVC 一起使用的教程:http: //www.dhtmlx.com/blog/using-dhtmlx-gantt-chart-asp-net-mvc/

(Disclosure - I work at DHTMLX)

(披露 - 我在 DHTMLX 工作)