Hello,
Is it possible to group appointments by owner/resource (as in a hotel booking system) where owners/resources are hotel rooms and appointments are bookings (reservations) in windowsforms ?
I would like to have each row in the scheduler representing a room.
I can see that the scheduler exposes a resources collection (through the ArrayListDataProvider.Owners property), and appointments do have a Owner property which is the resource ID (unique id) within the resources list (i guess ?)
Thank you in advance.