I need to present a clients scheduling data to them in a particular way, and I'm wondering if it is possible using the scheduling controls in this package.
Basically, the client wants to see their peoples activities (or appointments) in a grid, where the person is on one axis, the day is the other axis, and the appointments are in the intersection. Kind of like this:
http://imgur.com/aUUa4Ev
Is this possible?
Hello Fweeee,
Thanks for attached screenshot. Yes, you are right - UltraTimeLineView control is the right control for this requirement. If you want to use Tasks instead of Appointments, then you could try UltraGanttView control. For more details, please take a look on http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/WinGanttView.html
Let me know if you have any questions.
I have had some success with this, by using an UltraTimeLineView control, and setting the AlignActivityWithPrimaryInterval property to true.
Is there any other way? Or is this the best I'm going to get?