Grouping fails on simple demo grid

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


Attachment: PruebaGridFallando_4afb6f90.zip

3 Replies 1 reply marked as answer

MS Monisha Saravanan Syncfusion Team May 2, 2022 02:40 PM UTC

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.



  1. CDN
Scripts- https://blazor.syncfusion.com/documentation/common/adding-script-references#cdn-reference
Styles - https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference

 

  1. Static Web Assets

Scripts - https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets

 

Styles - https://www.nuget.org/packages/Syncfusion.Blazor.Themes/


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


Marked as answer

SA socrates anibal rivera rivera replied to Monisha Saravanan May 2, 2022 04:50 PM UTC

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



MS Monisha Saravanan Syncfusion Team May 4, 2022 04:25 AM UTC

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


Loader.
Up arrow icon