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

Custom Header Template

7 Answers 194 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Paul Nascimento
Top achievements
Rank 1
Paul Nascimento asked on 20 Apr 2010, 06:35 PM
Any word on when a Scheduler HeaderTemplate is coming out? From what I can see searching, I'm not the only one who really really really needs this.

For the record, my needs are:
1. Date is *centered*
2. Left and right navigation arrows are spread out and on either side of the date, as one would intuitively expect.
3. 2 additional tabs that go to new pages (example "109828_CustomView.zip" from another post helps with this)
4. Get rid of that "today" link.

Thanks!

7 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 21 Apr 2010, 09:43 AM
Hello Paul,

Indeed, we have noticed increased demand for header templates, so probably we will implement this feature for Q2 2010. Thanks for your feedback.

All the best,
Peter
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Rob Richard
Top achievements
Rank 1
answered on 09 Aug 2010, 03:55 PM
Was this implemented in Q2?  I kept seeing it being put off and put off...
0
Peter
Telerik team
answered on 10 Aug 2010, 11:14 AM
Hello Rob,

Thank you for your inquiry. Unfortunately, this feature has been delayed again. We have focused our efforts on Reminders and some other smaller features which you can view here: 
http://www.telerik.com/products/aspnet-ajax/whats-new/release-history/q2-2010-version-2010-2-713.aspx

Please, accept our apologies for any inconvenience caused by this.

Greetings,
Peter
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Hristiyan
Top achievements
Rank 1
answered on 28 Oct 2010, 11:27 AM
Hi,

+1 vote from me too.

And while waiting for the feature a question that can solve my problem/need.

What I'm trying to do is basically use the navigation tabs/buttons to switch the number of slots displayed and their duration. So basically not changing the time view, keeping Time-line as selected so the appointments are still shown horizontally, but changing just the slots number and duration.

After catching the command in the event, I can update the properties NumberOfSlots, SlotDuration etc. but since I cancel the event so the scheduler doesn't change the view, the selected tab/button remains the "Time-line" one.

Is there a way to change the style of the tabs, so even if the view of the scheduler is not changed I'd set another button as selected? I suppose I better ask if there is a better way to do what I'm trying to do here? The reason I want to do it is because I want to use buttons in the scheduler and since custom header is not an option yet I have to do work arounds...

Thanks for the help in advance.
Hristiyan
0
Peter
Telerik team
answered on 03 Nov 2010, 02:54 PM
Hi Hristiyan,

Thanks for your vote and involvement. What you need to achieve is currently not supported, but I will escalate the importance of this feature to our development team


Best wishes,
Peter
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Robert Maynard
Top achievements
Rank 1
answered on 05 Nov 2010, 08:59 PM
I am also interested in being able to control the header.  Currently I am looking for a way to add a Title to the main header blok as illustrated in the attached graphic.

Bob
0
Peter
Telerik team
answered on 10 Nov 2010, 03:59 PM
Hi Robert,

Please, check if the following jQuery workaround will fit your requirement:
function pageLoad()
   {
       $telerik.$(".rsHeader h2").text($telerik.$(".rsHeader h2").text() + " - custom title");
   }


Greetings,
Peter
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Paul Nascimento
Top achievements
Rank 1
Answers by
Peter
Telerik team
Rob Richard
Top achievements
Rank 1
Hristiyan
Top achievements
Rank 1
Robert Maynard
Top achievements
Rank 1
Share this question
or