I took a simple demo page on grid usage and grouping feature is not working.
It does not allow to drag the column headers to the grouping area.
I attached the small project (VS2022).
I am going step by step towards a grid completely loaded with functions.
Thanks in advance.
Best regards,
Sócrates A Rivera R
Hi Socrates,
Greetings from Syncfusion support.
We have checked your query and from your shared sample we could see that you have referenced scripts externally and we would like to inform that we have included breaking changes in loading scripts and styles in our latest version and javascript isolation is marked as obsolete from our version(20.1.0.47). So we suggest you to use any one of the below method to load styles and scripts externally.
Also refer the below release notes for your additional information.
Reference: https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#common
Example code snippet:
|
[layout.cshtml]/[Host.cshtml]
<link rel='nofollow' href=https://cdn.syncfusion.com/blazor/20.1.51/styles/bootstrap5.css rel="stylesheet"/> <script src=https://cdn.syncfusion.com/blazor/20.1.51/syncfusion-blazor.min.js type="text/javascript"></script>
|
Note: Need to disable javascript isolation while using the above ways( AddSyncfusionBlazor()).
We have modified your sample. Kindly check the attached sample for your reference.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/PruebaGridFalla1846638620.zip
Kindly get back to us if you have further queries.
Regards,
Monisha
Hello.
Thank you very much for your help.
I see where the poroblem is.
Thanks again.
I close the issue.
Best regards,
Sócrates A Rivera R
Hi Socrates,
Welcome. We are glad to hear that the reported issue is resolved. So we are closing this ticket. Please get back to us if you have further queries.
Regards,
Monisha