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

Only Recurrence Panel

3 Answers 87 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ashish Sapkale
Top achievements
Rank 1
Ashish Sapkale asked on 31 May 2010, 03:39 PM

Hello,

I am using Q1 2010 SP1.

In this version, we have scheduler Recurrence Editor. this is very good feature which I like most in this version. 

Currently we have to check recurrence checkbox, then the Panel get visible.

Will you please help in viewing recurrence panel directly on load. ? no need to check checkbox.

Thank You!!

Ashish Sapkale

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 03 Jun 2010, 01:19 PM
Hi Ashish,

You can accomplish this with the following css:
#RadScheduler1_Form_RecurrencePanel
    {
       display:inline !important;   
    }

where 'RadScheduler1' is the ID of your RadScheduler instance.

Regards,
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
Ashish Sapkale
Top achievements
Rank 1
answered on 03 Jun 2010, 03:20 PM
Thank You so much for your Reply! 
0
Dave
Top achievements
Rank 1
answered on 08 Jun 2010, 03:05 PM
Hi
I am also using Q1 2010 SP1.
I also like the features of Recurrence Editor.
But I want to customize its features like I want to hide hourly, yearly, Endless Date, and occurence radio buttons.
How can I achieve this?
Thank you.
KMA
Tags
Scheduler
Asked by
Ashish Sapkale
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ashish Sapkale
Top achievements
Rank 1
Dave
Top achievements
Rank 1
Share this question
or