Radzen Compontents not responding to Events

Hi @Nightcore,

You should enable interactivity in the pages that use the components as highlighted in our documentation:

Or you can enable it globally:

<Routes @rendermode="InteractiveServer" />

I also recommend referring to the official Microsoft documentation regarding rendering modes.

1 Like