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

How to remove the hourly option in RadSchedulerRecurrenceEditor control

1 Answer 80 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jiten
Top achievements
Rank 1
Jiten asked on 12 Mar 2012, 08:16 AM
Hello,

I using the following control
<telerik:RadSchedulerRecurrenceEditor ID="RadSchedulerRecurrenceEditor1" runat="server"   />.
I don't want the hourly option in this control.

I also try to used the following function:

function OnClientFormCreated(sender, eventArgs) {
          $telerik.$(".rsRecurrenceOptionList li:first-child").hide();
      }

but i don't see this OnClientFormCreated event in above control. But i found this event in the RadScheduler control.
I attached the image. Please see this.

Please help me as soon as possible.

Thanks

Best Regards

Jiten Mutum


1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Mar 2012, 10:18 AM
Tags
Scheduler
Asked by
Jiten
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or