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

Customization of Resources

3 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pradeep Enugala
Top achievements
Rank 1
Pradeep Enugala asked on 06 May 2010, 12:59 PM
Dear Telerik Team,

I want to Thank for your support and Quick responses, I had a problem when working with RadScheduler. I am using RadScheduler with different resources but I am unable to set css for timeslots start time and end time etc. on per resource basis.
Is there any way to customize individual resource? I hope you understand the problem.

Thanks and Regards
--------------------------
Pradeep

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 07 May 2010, 02:01 PM
Hello Pradeep,

Please, see this kb article:
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/setting-special-days-or-time-slots-in-radscheduler.aspx

You can create custom condition on the resource key or text:
protected void RadScheduler1_TimeSlotCreated(object sender, TimeSlotCreatedEventArgs e)
    {
        if(e.TimeSlot.Resource.Key == ...)
    }


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
Pradeep Enugala
Top achievements
Rank 1
answered on 10 May 2010, 11:52 AM
Dear Peter,

                  Thanks for your response, and i have an another issue with the resources, When i set a NumberOfHoveredRows property. It has to vary for different resources according to the value given to the resource. I am unable to differentiate it, When i am applying NumberOfHoveredRows values to the resources, It's final value is applying for all resources. Is there any way to differentiate it?. I hope i get a reply as soon as possible.


Thanks and Regards
--------------------------
Pradeep
0
Peter
Telerik team
answered on 12 May 2010, 02:56 PM
Hi Pradeep,

Unfortunately, it is not possible to differentiate the value of NumberOfHoveredRows per resource.


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
Pradeep Enugala
Top achievements
Rank 1
Answers by
Peter
Telerik team
Pradeep Enugala
Top achievements
Rank 1
Share this question
or