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

Subscribing blur event for DateRangePicker throwing an error in browser console

I am trying to subscribe to Blur event  for DateRangePicker 

This throws error in browser console.

blazor.server.js:1 [2020-01-30T11:50:14.173Z] Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.

@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
    }
}

1 Reply

PM Ponmani Murugaiyan Syncfusion Team January 30, 2020 01:43 PM UTC

Hi Admir, 
  
We confirmed the reported issue "While bind the blur event for DateRangePicker, app gets disconnected" as a bug in our end and the fix will be included in our patch release scheduled on 11th February 2020. You can track the status of the bug in the below feedback link. 
  
 
  
 
Regards, 
Ponmani M 


Loader.
Live Chat Icon For mobile
Up arrow icon