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

Displaying other data in palce of hours in hour panel

3 Answers 29 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jeremy Robinson
Top achievements
Rank 1
Jeremy Robinson asked on 15 Dec 2010, 06:08 PM
Hi Team,

I am using radScheduler in one of my application.
I would like to display text other than hour line in hour panel..
For example I would like to display Period 1, Period 2, period 3.... on the hour pane.

For that I created a table, added two columns : ID, Description
and for resource, added a datasource to map the table..

The radScheduler is displaying the period on the left hand side but at the same time it is also displaying hour pane for each period value.

Please check the screenshot for more reference.
I just need to display periods on left hand side and not the hour line with period.

Any help will be appreciated.

thanks

3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 16 Dec 2010, 03:51 PM
Hi Jeremy Robinson,

You'll need to set ShowHoursColumn property to false. Please take a look at "Customization" demo for an example. Just uncheck the "Hours Column" checkbox.

Hope this helps.

Regards,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Jeremy Robinson
Top achievements
Rank 1
answered on 16 Dec 2010, 06:46 PM
Hi Veronica ,

THanks for the prompt reply.
I set ShowHoursColumn property to false but it made the full left hand hour panel hidden.

What I need is that it should display the custom resource type and not the hour panel.

Regards
Varun        
0
Veronica
Telerik team
answered on 22 Dec 2010, 09:27 AM
Hi Jeremy Robinson,

You need to set the GroupBy property to group by resources, set the GroupingDirection="Vertical" and set the ShowHoursColumn="false". Here's the result on our demo for Resource Grouping:



Greetings,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Jeremy Robinson
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Jeremy Robinson
Top achievements
Rank 1
Share this question
or