Closed djlaney3 closed 5 years ago
Can you show me example of your code where you use Table component? Also what version of Blazor you're using? It should work because I use that event in the new DataGrid component.
Version: 0.7.8
`
Hi, sorry for the late reply. I was busy publishing new version of Blazorise.
Anyways, I don't see that you're using Clicked
event in your example. I could try and convert int fields to long type, but since I cannot test why it's failing it's just a blind guess.
Please try the latest version and if bug is still present I will see what I can do.
The update fixed it. Thanks!
When I use the tablecomponent and click anywhere on the rendered html, I get the following javascript error:
system.MissingMethodException: Method not found: 'Int64 Microsoft.AspNetCore.Components.UIMouseEventArgs.get_ScreenX()'. at Blazorise.Utils.EventArgsMapper.ToMouseEventArgs(UIMouseEventArgs e) at Blazorise.Base.BaseTableRowCell.HandleClick(UIMouseEventArgs e) --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task) at Microsoft.AspNetCore.Components.Rendering.Renderer.GetErrorHandledTask(Task taskToHandle)