views:

619

answers:

2

Hi, I'm trying to develop a gantt like chart using jquery plugins and asp.net mvc2... on the y-axis i like to have names of people to whom tasks will be assigned... while on the x-axis i like to have the tasks... i haven't found good plugins for this...so any suggestions??? it is also important to have more than 1 task on a row, i.e. sam kan have more than 1 task on the same row... i'm thankful for your help Lina

+1  A: 

I think the answers to this question will help: http://stackoverflow.com/questions/1005587/gantt-chart-online

Jakob
that's right, but the gantt that i want to develop is kinda different, so i started from the scratch, as i wanted to be able to drag a project from one person and add it to the schedule of another, and be able to add 2 or more projects for the same person...thanks
Lina
A: 

Try the Ext Scheduler. It's based on JavaScript (ExtJS not Jquery):

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

mats