I'm using resource grouping to display two display two different resource's appointments above and below each other in a MonthViewDefinition. Is it possible to make the grouping occur side by side instead?
3 Answers, 1 is accepted
0
Valeri Hristov
Telerik team
answered on 26 May 2011, 09:56 AM
Hello Corey,
Currently the grouping can be only on one side - since in MonthView the week headers are actually group headers (MonthView is grouped by week), the resource headers also appear on the side and cannot be on top. We are already receiving some requests for such functionality and we will definitely consider it for the future releases.
Best wishes,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
I saw a CustomViewDefinition class - would that allow me to derive my own View Definition to group by Day of Week instead? Any other options that might involve some coding to get it done?
0
Valeri Hristov
Telerik team
answered on 26 May 2011, 01:45 PM
The CustomViewDefinition allows you to have different groups than the other view definitions but still cannot change the rendering of the groups.
Greetings,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items