Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

https://blazor.syncfusion.com/documentation/listview/how-to/trace-events-of-listview/

I am trying this, and when I click any of the list items - it throw this error :

Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'System.ValueType' does not contain a definition for 'InvokeAsync'

   at CallSite.Target(Closure , CallSite , Object , Object )

   at Syncfusion.Blazor.BaseComponent.Trigger(String eventName, String arg)

Error: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'System.ValueType' does not contain a definition for 'InvokeAsync'

   at CallSite.Target(Closure , CallSite , Object , Object )

   at Syncfusion.Blazor.BaseComponent.Trigger(String eventName, String arg)

    at Object.endInvokeDotNetFromJS (https://localhost:44301/_framework/blazor.server.js:8:31863)

    at e. (https://localhost:44301/_framework/blazor.server.js:8:104933)

    at https://localhost:44301/_framework/blazor.server.js:1:20052

    at Array.forEach ()

    at e.invokeClientMethod (https://localhost:44301/_framework/blazor.server.js:1:20022)

    at e.processIncomingData (https://localhost:44301/_framework/blazor.server.js:1:18006)

    at e.connection.onreceive (https://localhost:44301/_framework/blazor.server.js:1:11091)

    at WebSocket.i.onmessage (https://localhost:44301/_framework/blazor.server.js:1:39007)