There isn't a built-in way to disable the ripple effect but you can build your own material theme without it. Here is how.
- Clone the Radzen.Blazor github repository
- Open the Radzen.Blazor.csproj with Visual Studio.
- Edit material-base.scss and remove all CSS rules that contain
rz-ripple
e.g..rz-button { @include rz-ripple($pseudo: true); }
- Save material-base.scss and build the project.
- Copy
wwwroot\css\material-base.css
to your application and include it instead of_content/Radzen.Blazor/css/material-base.css