I am unable to get grouping to work, I can successfully create all the appointments I want but there is no indication of groups. I've copied source code from some Telerik documentation to populate the Resource property of the Scheduler, but no groupings ever show up.
Besides populating Resources and Properties I setup the Scheduler with
Also in some documentation (at least the Timeline Grouping in the Demo Application) calls are made to
What does this do? Are they necessary (I am populating appointments with out this call)? Why aren't they called before editing the Resources?
I'm using Telerik 2013.2.612.20, VB, .NET 2.0
Besides populating Resources and Properties I setup the Scheduler with
tlAvailability.ActiveViewType = Telerik.WinControls.UI.SchedulerViewType.Timeline
tlAvailability.GroupType = Telerik.WinControls.UI.GroupType.Resource
Also in some documentation (at least the Timeline Grouping in the Demo Application) calls are made to
Me
.radScheduler1.Appointments.BeginUpdate()
Me
.radScheduler1.Appointments.EndUpdate()
What does this do? Are they necessary (I am populating appointments with out this call)? Why aren't they called before editing the Resources?
I'm using Telerik 2013.2.612.20, VB, .NET 2.0