I have been going through the example code for the DataGrid control. Visual Studio 2022, .Net 6.0 and the following Packages
Here are the column definitions:
Freight is the double as described in the tutorial, Freight11 is the same as Freight but with 11.0 added to Freight result.
Here is the output
Hi John,
Thanks for your patience.
We are glad to announce that our Essential Studio 2022 Volume 1 release v20.1.0.47 has been rolled out successfully and in this release, we have included the reported problem(displaying format N2 instead of the actual number in the numeric column) in our latest NuGet. So kindly update your NuGet to our latest version to resolve the reported case.
Please let us know if you have any concerns.
Regards,
Rahul
Hi,
I confirm that with v20.1.0.50 (latest new Release) the problem C2 (I had too this issue with v19.x) has been fixed.
BUT, now I have typical regression issues, in Blazor Datagrid, as:
Hi Paolo,
Thanks for the update.
We suggest you to ensure the reported case after adding the script isolation reference in your _Host.cshtml / _Layout.cshtml (server project) / index.html (webassembly) file.
|
<head> <meta charset="utf-8" /> . .. <link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" /> <script src=https://cdn.syncfusion.com/blazor/20.1.50/syncfusion-blazor.min.js type="text/javascript"></script> (Or) <script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> </head> |
We would like to inform you that we have included changes in loading scripts and styles from 20.1.0.47 version.
Release notes:
https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes
You can use any one of the below methods to load styles and scripts externally. Also kindly refer to the below ways for your additional information.
Please let us know if you have any concerns.
Regards,
Rahul
Hi Rahul,
yes it works!
I have still problems in Custom Toolbar, but I think I have to modify something in my code. Have you a documentation link to suggest? I placed a custom toolbar to handle CRUD via modal window.
Thank you a lot
Paolo
Hi Paolo,
Thanks for the update.
We suspect that you are facing difficulties while implementing the Editing operation programmatically with Custom toolbar items. If yes, please find the below documentation for your reference.
https://blazor.syncfusion.com/documentation/datagrid/tool-bar#custom-toolbar-items
Also, we are quite unclear about your requirement about what problem you are facing with the Custom toolbar. Could you please share more details about your problem which will be helpful to validate and provide a better solution?
Regards,
Rahul
Hi Raul, sorry for my late answer to your questions.
Well, for the moment I have changed the approach. I'm using now the normal toolbar with EditMode.Dialog. Later on I'll go back to fix the "custom toolbar" problems, after reading carefully all the documentation links you provided to me.
But I'm experiencing problems to save to the grid on a dropdownlist field. But I think it's a good idea to open a dedicated thread: could be useful to others, instead continue here, as out of scope.
So next days I'll open other thread.
Thank you for your support indeed.
Ragrds
Paolo
Hi Paolo,
Thanks for the update.
Please create a new thread if you have any other queries.
Regards,
Rahul