I am using the RadScheduler with GroupBy set to one of my resource types.
The resource type in use is a "ROOM", where the text property is the name of the room and I also have an attribute for the capacity of that room.
What I would like to do is display "Room Name (Capacity)" in the header for the column in the grid.
If I adjust the GetResources method in my DbSchedulerProvider-based provider then the column headers appear correct but the capacity of the room is also shown in the room selection drop-down when you create/edit and appointment (I'm guessing because both functions rely on the GetResources method to populate the data)
Is there any way to alter the resource column headings without affecting the resource selection drop-down list ? (eg is there an event I can handle when the GroupBy headers are being created?)
Secondly - is it possible to make the GroupBy column headings text wrap (I have 10 room columns displayed on my scheduler and the room name is being truncated) ?
Thanks
Mark
The resource type in use is a "ROOM", where the text property is the name of the room and I also have an attribute for the capacity of that room.
What I would like to do is display "Room Name (Capacity)" in the header for the column in the grid.
If I adjust the GetResources method in my DbSchedulerProvider-based provider then the column headers appear correct but the capacity of the room is also shown in the room selection drop-down when you create/edit and appointment (I'm guessing because both functions rely on the GetResources method to populate the data)
Is there any way to alter the resource column headings without affecting the resource selection drop-down list ? (eg is there an event I can handle when the GroupBy headers are being created?)
Secondly - is it possible to make the GroupBy column headings text wrap (I have 10 room columns displayed on my scheduler and the room name is being truncated) ?
Thanks
Mark