Dear Syncfusion Support,
I recently updated my Syncfusion Blazor library to the latest version 26.1.38, and I'm now experiencing issues with the Scheduler component. Specifically, when I double-click on an existing event in the Scheduler, I'm getting two errors:
- A JSON deserialization error:
System.Text.Json.JsonException: The JSON value could not be converted to System.Int32. Path: $ | LineNumber: 0 | BytePositionInLine: 5.
Inner exception: Cannot get the value of a token type 'False' as a number.
- A method invocation error:
System.ArgumentException: The call to 'TriggerEventDoubleClick' expects '3' parameters, but received '2'.
These errors occur in the JavaScript interop layer and prevent the edit dialog from opening when double-clicking an event. This functionality was working correctly before the update.
My questions are:
- Are these known issues with the latest version of the Syncfusion Blazor library?
- If so, is there a workaround or fix available?
- If not, could you provide guidance on how to troubleshoot these errors?
I can provide more details or code samples if needed. Thank you for your assistance in resolving this issue.