This question is locked. New answers and comments are not allowed.
I'm looking to use the RadScheduleView for something more than it does by default.
Your example here comes close in one way... it supports individual rows with a timeline and appointments for each person.
i.e. John has his timeline and appointments, Smith has his too.
Can you please tell me how to add "rows" (with their headings) at runtime, c# code. <- For which I can then add appointments (which I already know how to do).
The source for the above example does it by adding resource types in xaml. I'm hoping there's a plain vanilla, simpler and better way of implementing this... in c#.
Your example here comes close in one way... it supports individual rows with a timeline and appointments for each person.
i.e. John has his timeline and appointments, Smith has his too.
Can you please tell me how to add "rows" (with their headings) at runtime, c# code. <- For which I can then add appointments (which I already know how to do).
The source for the above example does it by adding resource types in xaml. I'm hoping there's a plain vanilla, simpler and better way of implementing this... in c#.