Hi, i updated the .Net Framework from 7.0.16 to 7.0.17 and also all components from Microsoft in my project to 7.0.17. I also update Radzen to 4.28.0. Now i get an error on one page that had no changes and was always running perfect.
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Could not find 'Radzen.createDatePicker' ('createDatePicker' was undefined).
Error: Could not find 'Radzen.createDatePicker' ('createDatePicker' was undefined).
The page is a Datagrid and the data is loaded and displayed, The only 'DatePicker' is on the Filter of some 'Date Columns' and it is not working as in the version before the update.
I also had strange effects with simple DropDown. They open and i can select a value, but they never close, so the selected value is not set!
Any idea what went wrong?
Should i go back to the 'older' version of .Net (but 7.0.17 was part of a security patch)? Any workaround or Patch?
Looks like Radzen.Blazor.js is not the latest in your case - try to clear your browser cache and make sure that it is registered as per our Getting started:
thanks for your super fast reply and sorry for my stupid problem.
Now all is running as before!
I thought that this wasn't necessary because I had configured IIS to always send everything new to the client (worked on webforms). But this doesn't seem to be the case with a Blazor Wasm.
Do you know functions so the application can clear its cache and reload its components new (My App is no PWA)?
The problem:
The page load the data, all fields are correct and the DropDown show the right string from the dictonary; but if i try to open the DropDown with a mouse click and select an entry with a mouse click or double click, the new entry is selected in the DropDown but not changed in the 'MainField' and the pop up is not closed!
If i click in the field and use the 'DownArrow' the value in the 'MainField' change without open the pop up.
sorry for my bad formated example and thank you for your self-help tip! I paste my dictonary in your drop down example, chaged the data entries and all worked correct!! So there is something wrong with my 'Lookup-Service'; sorry to waste your time!