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

Scheduler without dates

3 Answers 73 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 29 Jun 2009, 12:42 PM
Hi

What I've been tasked to do is develop a method of populating the scheduler for upto a year with repeating tasks in either 1,2,3 or 4 week cycles.

Is it posible to give users a generic schedule view in weeks ie week 1, Week 2, Week 3 Week 4 that they can load with schedule data but not tied to dates, and when they submit I can then fill the scheule with these repeating items?, the start date will be one I choose.

Andy

3 Answers, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 30 Jun 2009, 02:09 PM
Hi Andy Green,

I think you should be able to use the TimelineView and set the SlotDuration to 7 Days so each slot represents a single Week. Then setting the number of Weeks visible is as simple as changing the NumberOfSlots property. You should also be able to easily hide or modify the Date headers so slots are not assosciated with specific dates.

Let me know if I did not understand your scenario properly.

All the best,
Dimitar Milushev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Andy Green
Top achievements
Rank 2
answered on 02 Jul 2009, 10:38 AM
Hi Thanks.

I'm having some trouble, it looks like the control MUST have a data source, but at the point of creating the plan, there isn't one.
Even the most basic implementation errors with :DataKeyField, DataSubjectField, DataStartField and DataEndField are required for databinding

Unless there is another way I can see myself having to set up an initial recordset based on some date, and when I save it sort out what goes where at this time.

Andy
0
Andy Green
Top achievements
Rank 2
answered on 02 Jul 2009, 05:47 PM
Hi

OK I've decided on another way to do this. I'll be using the scheduler to show the plan, but I'll use the Grid to populate the plans, this seems more in keeping with the use of the controls.

Andy

PS see my post under Grids about in grid drag and drop copy.
Tags
Scheduler
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Dimitar Milushev
Telerik team
Andy Green
Top achievements
Rank 2
Share this question
or