Grid does not render
Sometimes it does not render Grid and it is necessary to update the page to render grid. What am I doing wrong?
SIGN IN To post a reply.
5 Replies
HA
Handi
May 26, 2020 07:14 AM UTC
Hi Telegestao,
You have to update your Syncfusion to v18.1.0.53 via Nuget.
I'm faced the same problem, but it works like a champ when I updated.
Regards,
Handi Rusli
RN
Rahul Narayanasamy
Syncfusion Team
May 26, 2020 07:36 AM UTC
Hi Telegestão,
Greetings from Syncfusion.
Query: Grid does not render
We have validated your query and checked the reported problem with latest version(18.1.0.53). We could not reproduce the reported problem. Find the below sample for your reference.
Also, we suggest you to update Syncfusion NuGet version to latest and ensure the reported problem at your end.
If you are still facing the same problem, then could you please share the below details. It will be helpful to validate and provide a better solution.
- Full Grid code snippets.
- Syncfusion Blazor NuGet version details.
- Share the scripts that you have referred in _Host.cshtml file.
Regards,
Rahul
WI
wilson
May 26, 2020 10:05 AM UTC
using Blazored.LocalStorage
Because Blazored.LocalStorage is used in the project
Replaced in _Host.cshtml
This line has been replaced
[<component type = "typeof (App)" render-mode = "ServerPrerendered" />]
Use the following line. The problem is reproduced. You need to refresh the page manually. The gird is displayed.
@(await Html.RenderComponentAsync<App>(RenderMode.Server))
using Blazored.LocalStorageBecause Blazored.LocalStorage is used in the projectReplaced in _Host.cshtmlThis line has been replaced[<component type = "typeof (App)" render-mode = "ServerPrerendered" />]Use the following line. The problem is reproduced. You need to refresh the page manually. The gird is displayed.@(await Html.RenderComponentAsync<App>(RenderMode.Server))
Thank you very much Wilson you were fantastic now it works perfectly
RN
Rahul Narayanasamy
Syncfusion Team
May 27, 2020 02:06 PM UTC
Hi Telegestão,
Thanks for the update.
We are happy to hear that you have resolved the reported problem.
Please get back to us if you need further assistance.
Regards,
Rahul
SIGN IN To post a reply.
- 5 Replies
- 4 Participants
-
TE Telegestão
- May 26, 2020 12:18 AM UTC
- May 27, 2020 02:06 PM UTC