Replies: 2 comments 3 replies
-
Hello @zawarq |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks David! I'll look into DataGridNumericColumn now
Regards
Zawar
…On Fri, Jan 12, 2024 at 3:27 AM David Moreira ***@***.***> wrote:
Hello, It does seem to be a bug we've mistakenly introduced in 1.4. The
DataGridColumn is not figuring out the correct value type for numeric
types.
You should be able to use a DataGridNumericColumn instead while we work
on the fix.
I'll go ahead and open an issue.
—
Reply to this email directly, view it on GitHub
<#5214 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNTXONXMXGLHVM65AQERHTYOBRM5AVCNFSM6AAAAABBRUYEROVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCMBRGQZTC>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a DataGrid with the following column definition (amongst others):
PatientLabTest.TestValue has type double. The data loads from server. When I create a new record, or edit an existing record whereby I change the TestValue, I get the following error in the browser console:
The above error occurs before I hit my OnRowInsert/Update handlers.
If I edit an existing record, and saving it without changing the value of TestValue, it works fine.
Note this this datagrid was working fine when I had Blazorise version 1.2, but when I upgraded to the latest 1.4.0 this error started appearing.
Any help will be greatly appreciated :)
Regards
Zawar
Beta Was this translation helpful? Give feedback.
All reactions