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-ripplee.g..rz-button { @include rz-ripple($pseudo: true); } - Save material-base.scss and build the project.
- Copy
wwwroot\css\material-base.cssto your application and include it instead of_content/Radzen.Blazor/css/material-base.css