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

Timeline view & monthly or yearly scale

1 Answer 127 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 06 Sep 2012, 05:03 PM
Ok, I'm really  new to Telerik and I'm trying to do a few things with the .NET AJAX controls to get my feet wet. I'm already hitting a wall with something that I'd like to put on a website of mine.

Here's what I want. I hope that someone can tell me how to get here or point me in the right direction. (The online documentation for the Scheduler control isn't helping me so far):

I have a SQL database with some projects. These projects have start and end dates, and can last from months to a year or so. I want to make a project schedule of my active projects, showing the start and end dates along side each other for reference with a scale of maybe 2 years total. I'm not having any luck configuring the TimeLine view for the Scheduler object to do this. Help!

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 11 Sep 2012, 09:51 AM
Hello Randy,

Please find a sample project attached to this response. I made some modification to the default configuration of RadScheduler as follows:

<telerik:RadScheduler runat="server" ID="RadScheduler1">
        <TimelineView SlotDuration="100" NumberOfSlots="8" />         
</telerik:RadScheduler>

  • Each slot of the TimeLine contains 100 days, which is round 3 months. Altogether there are 8 slots and that makes a scale of round 2 years total for all appointments.You may modify these settings any time to fit your needs.
I hope you will find this information helpful.

Regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Randy
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or