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

Inline Editing throws Exception on Console

To replicate the error as stated in the Subject:

1. Use the code as-is from https://blazor.syncfusion.com/documentation/datagrid/editing/#normal
2. Double click on the first row, on the column "Customer Name". You should enter into Edit mode.
3. Open up Devtools and observe the following error message in the Console: Uncaught (in promise) Error: System.ArgumentException: There is no event handler associated with this event. EventId: '400'. (Parameter 'eventHandlerId').

I have attached the video showing how to replicate this issue.

Tested on .NET 5 RC 2, Syncfusion 18.3.35 & 18.3.44.

Attachment: error_f5aa16bb.zip

3 Replies

RN Rahul Narayanasamy Syncfusion Team October 29, 2020 02:45 PM UTC

Hi Zhi, 

Greetings from Syncfusion. 

Query: Inline Editing throws Exception on Console 

We have validated the reported issue and it occur due to @onblur event of Blazor for elements inside the EditForm. Inside the GridEdit Form (inline editing), we have used the textbox controls and other editor controls. They have used @onblur event for certain actions. It is not related to Syncfusion components alone, it is a Framework issue.   
  
Please find the below Github issue which is reported by Blazor team. Once below issue resolved, this error will not be thrown.  
  
  
Also above error will not affect the default functionality of Grid Editing. Please get back to us if you have further queries. 
 
Regards, 
Rahul 



ZY Zhi Yuan October 29, 2020 11:58 PM UTC

Hi Rahul,

Thanks for your prompt response!

Once below issue resolved, this error will not be thrown.  

The issue that you've linked to has already been closed and it's tagged to NET 5 RC1 milestone, so that issue should have been already resolved though. Or am I seeing it wrongly?


RN Rahul Narayanasamy Syncfusion Team November 4, 2020 12:37 PM UTC

Hi Zhi, 
 
Sorry for the inconvenience. 
 
We have validated your query and we can able to reproduce the console error while doble clicking the row to editing the record. We have confirmed it as a bug and logged the defect report for the same “Exception thrown in console while double clicking the row to edit(in webassembly application)” . Thank you for taking the time to report this issue and helping us improve our product .Fix for the issue will be included in our weekly patch release which is expected to be rolled on or before end of November, 2020. Until then we appreciate your patience. 
 
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.       
 

The default functionalities of the editing is working fine.  

Regards, 
Rahul 



Loader.
Up arrow icon