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

Scheduler timeline grouping

1 Answer 93 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 04 Dec 2012, 01:11 PM
Hi,
you can have a scheduler in asp net timeline grouping as there is in winform?
I have to create a schedule of rooms in a hotel.
If you can do you can tell me where I can see some examples?

thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Dec 2012, 09:23 AM
Hi,

The data shown in RadScheduler can be grouped by Resources.To enable it you must set the GroupBy property to the name of the Resource by which you want data to be grouped. Please take a look into this documentation and demo for more information.

ASPX:
<TimelineView UserSelectable="true" GroupBy="Room" GroupingDirection="Vertical"></TimelineView>

Hope this helps.

Regards,
Princy.
Tags
Scheduler
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or