Dear all,
We are looking for components for purpose:A schedule table consists of:column=Sunday to Saturdayrow=user namecell=user's schedules/jobs (one cell can have multiple schedules/jobs )all user's schedules/jobs can be changed by drag and drop, e.g. Alan's job can be drag and drop to Bob then changed to Bob's job.I have checked infragistics components but I do not know if it has any components suit that purpose. May you give me some suggestions?
Regards,David
Sorry that my question is misleading. I will add a new one for this.
Hello David,
You can use the webdayview control which displays days for a week for multiple resources. The following sample demonstrates the Multiple Resources View feature. This feature allows you to easily display of schedule information related to more than one resource.
http://ko.infragistics.com/products/aspnet/sample/schedule/multiple-resources
The drag and drop between resources is not supported by Webschedule. Also, it is not possible to display reach row for reach user which our winforms schedule supports
http://ko.infragistics.com/products/windows-forms/sample/schedule/databinding
It seems like scheduler but how can I modify it so that A week is divided into several rows and each one for each user?
For further information, we would like to use Asp.net Ajax or asp.net mvc.