This is a migrated thread and some comments may be shown as answers.

Show groups as matrix

1 Answer 80 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Yehudah
Top achievements
Rank 1
Yehudah asked on 25 Nov 2014, 06:06 PM
Hi!

I try to use the ScheduleView control for tasks of my agents.
Every task has a date, but not a time, therefore I want to hide Time ticks.
I write this xaml code:

<telerik:WeekViewDefinition MajorTickLength="1day" MinorTickLength="1day" ShowTimeRuler="False" ShowAllDayArea="False"  />

The result shown in WeekViewDefinition.png attached file.
My questions are:

1. why I see a long vertical scrollbar? and how can I fix it?
2. I want show the Appointments in matrix, [like WeekViewMatrixDefinition.png attached file]. how can I do it?

Thank you for any help.
yehuda

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 27 Nov 2014, 08:31 AM
Hi Yehuda,

I would suggest that you use TimelineViewDefinition instead as with it you could achieve similar "matrix" view.  You could find more information on the ViewDefinitions of the ScheduleView at the following link:
http://www.telerik.com/help/wpf/radscheduleview-viewdefinitions-overview.html

Additionally, you will need to customize the TimeRuler of the TimelineView to show only days as explained in the Configuring the TimeRuler Ticks topic.

Hope this will help.

Regards,
Yana
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ScheduleView
Asked by
Yehudah
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or