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

CustomViewDefinition to list appointments

1 Answer 28 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Matthias
Top achievements
Rank 1
Matthias asked on 02 Feb 2016, 01:07 PM

Hi,

is there a easy way to show the appointments in a DataGrid or a similar simple listing and integrate this view as a ViewDefinition to reuse the grouping and filtering abilities from ScheduleView?

Thanks

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Feb 2016, 09:40 AM
Hi Markus,

RadScheduleView does not provide such a ViewDefintion, however, you could configure any of the available ViewDefinitions and achieve similar result. For example, you can use DayViewDefinition and set MinorTickLength and MajorTickLength properties to "1day"  in order to avoid hour ticks. Also changing the orientation of the ViewDefinition to "Horizontal" will display the appointments in vertical order. Please try it like this:

<telerik:DayViewDefinition MinorTickLength="1day" MajorTickLength="1day" Orientation="Horizontal" VisibleDays="5" />

and let us know how it goes.

Regards,
Yana
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Matthias
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or