I'm developing a web equivalent to out installed offering. Since our installed offering uses the Infragistics WinForms controls I've been asked to replicate this functionality in the web offering.
We are showing multiple owners in the win forms app like this: http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.3/CLR2.0/html/WinDayView_Showing_Multiple_Owners_on_WinDayView.html
In the web forms controls the closest I've seen is Resources for the same thing. I can show two or more resources on the DayView, however if their times overlap, so to the display of the resources making the page look very cluttered.
The documentation for Multi Resource View (http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/WebSchedule_About_Multi_Resource_View.html) skirts the issue by showing two resources with appointments at the same time in week and month view but not in day view.
How do I get the web forms controls to look like the Win Forms controls with regard to multiple owners/resources? How do I get the resources in a multiple resource view to sit side-by-side rather than on top of each other?
I may have found an answer to my own question. I am still investigating.
There is a side-by-side sample here: https://es.infragistics.com/samples/aspnet/schedule/side-by-side-user-control(Open up WebSchedule-->Side By Side).
Note, however, that the site does not contain the full source code for the sample, you have to install the samples to your local machine. More info on that here: http://blogs.infragistics.com/forums/t/49042.aspx