Overriding the SfRecurrence editor Until date

Hello,

By default it seems the SfRecurrence editor defaults to 2 months from the current date for the Until End date. Is there a way to override this?

Thanks


1 Reply

VR Vijay Ravi Syncfusion Team September 22, 2025 08:09 AM UTC

Hi Brad Knowles,

Greetings from Syncfusion Support,
 

We have reviewed and validated your reported query regarding the requirement to override the “Until Date” in the SfRecurrenceEditor component in Blazor.


Currently, Blazor does not provide built-in methods to override the default “Until Date” behavior. By default, the “Until Date” is set to two months from the current date. However, you can manually override this by explicitly setting the RecurrenceRule’s Until date in your code. If no custom Until date is specified, the system will default to the two-month setting.


To customize the “Until Date,” simply assign your desired date value to the Until property within the RecurrenceRule. Otherwise, the default two-month value will be applied automatically.


Sample link: https://blazorplayground.syncfusion.com/hXVoDahrLYtvRuxv

Don't hesitate to get in touch if you require further help or more information.
 

Regards,

Vijay


Loader.
Up arrow icon