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

[Solved] How to hide some control from recurrence?

1 Answer 111 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Juan Carlos Juarez
Top achievements
Rank 1
Juan Carlos Juarez asked on 18 Dec 2009, 10:34 PM
How to hide some control from recurrence?

Hi, I need to hide the control for End after ... ocurrence, but I don't if this is possible.
How can I hide some control on the recurrence section?

Thank you

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Dec 2009, 12:19 PM
Hi Juan,

You can do this with jQuery:
<script type="text/javascript">
        function OnClientFormCreated(sender, eventArgs) {
            $telerik.$(".rsAdvRecurrenceRangePanel .rsAdvOptionsPanel li:nth-child(2)").hide();    
        }
      
    </script>


All the best,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Juan Carlos Juarez
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or