RadzenDatePicker doesn't work in server mode
huxinshuo opened this issue · 2 comments
huxinshuo commented
blazor.server.js:1 [2024-12-11T14:07:43.781Z] Error: Microsoft.JSInterop.JSException: Could not find 'Radzen.createDatePicker' ('Radzen' was undefined).
Error: Could not find 'Radzen.createDatePicker' ('Radzen' was undefined).
My web aready install Radzen and has code as below:
@using Radzen
@using Radzen.Blazor
And I'm in China where it is difficut to open https://blazor.radzen.com/getting-started?theme=material3
akorchev commented
You need to also include the JavaScript file. It is in the instructions.
huxinshuo commented