Grid not display as expected

Hi,

I am trying to have a grid for CRUD. However, my grid  display does not come as expected. Please refer to the attached file for detail.

Could you tell me what is wrong?


Regards

Sam



Attachment: BlazorGridDisplay_631da6b4.rar

1 Reply

RS Renjith Singh Rajendran Syncfusion Team April 18, 2022 09:37 AM UTC

Hi Sam,


Greetings from Syncfusion support.


We suggest you to ensure to add proper styles in your application based on the Nuget packages you have installed in your application to overcome this scenario. Please refer the below documentation and add styles based on the Nuget package you have installed.

https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets

https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio


If you are using individual Nuget packages (Syncfusion.Blazor.Grid) then use the below css file,


 

<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />

 


If you are using Syncfusion.Blazor then please use the below css file,


 
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />

 


Kindly ensure this case from your side and if you are still facing difficulties then kindly get back to us with an issue reproducing sample for us to validate and further proceed on this based on your scenario.


Also if you are using our latest nuget versions(above 20.1.0.47) then we suggest you to ensure to follow the breaking changes mentioned in the below release notes.

https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes


Regards,

Renjith R





Loader.
Up arrow icon