本文介绍了ASP.net每周计划控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
任何人都可以推荐一个免费的asp.net控件,我可以使用以下内容:
Can anyone recommend a free asp.net control that I can use for the following:
- 星期一至星期六排行榜
- 左侧的时间
- 实际数据的模板字段
- Databindable
- 单元格根据开始时间和结束时间跨越行
- Weekdays Monday-Saturday along the top row
- Time of day along left hand side
- Template fields for the actual data
- Databindable
- Cells span the rows based on the start time and end time
这是一个我发现的控件这是相当不错,但我正在寻找替代方案:
Here is a control that I found that is pretty good, but I am trying to find alternatives:Databound Schedule controls
推荐答案
是一个非常好的通用日历日程表控制。
DayPilot is a pretty good general purpose calendaring/schedule control.
完整版本不是免费的,但有一个lite版本可用这不仅是免费的但开源的!
The full version is not free, but there is a "lite" version available which is not only free but open source!
这篇关于ASP.net每周计划控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!