views:

146

answers:

2

I'm looking for a control I can use in an ASP.NET app for scheduling work shifts. My primary requirement is to have locations on a y-axis, dates on the x-axis, and then at each intersection, have a block divided into shifts, and each shift containing a short (1-3) list of employees working that shift.

Any suggestions for components that provide this, or how to achieve this with features provided on other comonents?

A: 

Try Telerik's Scheduler component

Ray
I'm looking at that right now, thanks.
ProfK
+1  A: 

I'd recommend the Ext Scheduler, it's builty entirely in javascript so it will definitely work with ASP.NET. In the examples section you'll find an integration demo with ASP.NET MVC2 which should be useful to you.

http://www.ext-scheduler.com/examples.html

mats
Thanks, that looks great, and I've done some work with extJS before.
ProfK