I will get this exception when filtering RadzenDataGrid
Unhandled exception rendering component: Could not find 'Radzen.closeAllPopups' ('closeAllPopups' was undefined)
What I am doing wrong?
I will get this exception when filtering RadzenDataGrid
Unhandled exception rendering component: Could not find 'Radzen.closeAllPopups' ('closeAllPopups' was undefined)
What I am doing wrong?
You do not have latest version of Radzen.Blazor.js - check our Getting started how to use the latest version.
Hi,
Yes, I have the latest version (WebAssembly Blazor)
Is this the Getting started you mean Get Started (Blazor) (radzen.com)?
I have needed using in _Imports.razor
@using Radzen
@using Radzen.Blazor
In wwwroot/index.html I have
<link href="_content/Radzen.Blazor/css/default-base.css" rel="stylesheet">
<link href="_content/Radzen.Blazor/css/default.css" rel="stylesheet">
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
I also have this
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
What I am missing of what is the Get Started now I have to follow.
Best
Yes, this is the correct way to add Radzen.Blazor.js. Try also to clear your browser/application cache.
Clearing the cache helped.
Thanks