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:
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
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