Radzen Support for .Net 8

Hey,

I wanted to ask if radzen is going to support Server Side Rendering in .Net 8 or you have looked into it?

There it should be able to use server side rendering and i would love to use it in datagrid component. The main feature is that refresh wont effect the site that much any more, because it isnβ€˜t that websocket based the hole time any more.

Thanks!

You can check this thread: Radzen .net 8 RC1 render mode support - #7 by TheRHogue

In short you can use any component with static mode however no interactivity will work (which is by design in Blazor 8 static rendering mode). If you need interactivity you have to use a different rendering mode.

1 Like