We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Disabling "Never" for recurrence rules

Is there a way to disable the "Never" selection from the recurrence rules, and force the user to either select an end date or a number of instances.

3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team August 19, 2016 12:12 PM UTC

Hi Mike, 

Thank you for contacting Syncfusion support. 

By default, Scheduler doesn’t have support to remove the Never option from the recurrence window, but we have prepared the work-around sample for your requirement, which can be viewed from the below link: 

When the Scheduler initially loads, create event will be raised. In that event function, we have removed the Never option. Kindly refer to the following code example used in the above sample. 
<Code> 
function onCreate(args) { 
        $("#endsonnever").remove(); // here we are removing the Never radio button 
    } 
</Code> 


Regards, 
Karthigeyan 



MR Mike Rosenberger August 19, 2016 12:21 PM UTC

Works great, thanks


KK Karthigeyan Krishnamurthi Syncfusion Team August 22, 2016 04:00 AM UTC

Hi Mike, 
 
We are happy to hear that your issue has been resolved.  
 
Please let us know for further assistance. 
 
Regards, 
Karthigeyan 
  


Loader.
Live Chat Icon For mobile
Up arrow icon