如何在ASP.NET中创建计划网格 [英] How to create a scheduling grid in ASP.NET

查看:92
本文介绍了如何在ASP.NET中创建计划网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为Intranet系统上的调度应用程序设计原型.该应用程序用于安排和跟踪在各个日期的各个位置的促销人员.

目前,仅用于原型制作,我正在生成位置/日期的数据表,并以此迭代构建HTML表(asp:Table控件).在访问每个单元格时,我查询工作该位置日期的人员,并相应地填充该单元格.这是非常无效的,在最坏的情况下,可以通过查询整个位置/日期网格的缓存数据来改进.

我正在寻找既定的模式和技术来处理类似的HTML场景,也许是jQuery或类似的可视化库,尤其是ASP.NET,也许是用于GridView等的实现的库. br/>
我是否朝着正确的方向前进,如果是,那么对上一段有何建议?

I am working on the prototype for a scheduling application on an intranet system. The application is for scheduling and tracking promotional workers at various locations on various dates.

Currently, only for prototyping, I am generating a data table of location/date, and from this I iteratively build an HTML table (asp:Table control). On visiting each cell, I query for people working that location-date and populate the cell accordingly. This is very inefficiant, and will at worst be improved by querying cached data for the whole location/date grid.

I''m looking around for established patterns and techniques for dealing with scenarios like this in HTML in general, maybe a visualisation library for jQuery or something, and for ASP.NET in particular, maybe a library for implementation on a GridView etc.

Am I going in the right direction with this, and if so, what recomendations are there regarding the previous paragraph?

推荐答案

对于


200,您可以购买devexpress计划控件,该控件可能会执行您想要的操作...这可能对您没有帮助,因为您听起来yoiu正在使用表来显示数据.我已经在多个计划项目中使用了此控件,即使有大量数据,它也能很好地工作.也许他们的网格控制也会对您有所帮助.

http://www.devexpress.com/Products/NET/Controls/ASP/Scheduler/ [ ^ ]
200 you can purchase the devexpress scheduling control that may do what you want it to... This probably doesn''t help you because you sound like yoiu are looking on using a table to display your data. I''ve used this control on several scheduling projects and it works quite well even with large amounts of data. Maybe their grid control would help you out as well.

http://www.devexpress.com/Products/NET/Controls/ASP/Scheduler/[^]


这篇关于如何在ASP.NET中创建计划网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆