Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151086 | Jan 30,2020 11:55 AM UTC | Jan 30,2020 01:43 PM UTC | Blazor | 1 |
![]() |
Tags: DateRangePicker |
@using Syncfusion.EJ2.Blazor.Calendars
<EjsDateRangePicker>
<DateRangePickerEvents Blur="BlurHandler"></DateRangePickerEvents>
</EjsDateRangePicker>
@code{
public void BlurHandler(Syncfusion.EJ2.Blazor.Calendars.BlurEventArgs args)
{
// Here you can customize your code
}
}
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.