Deciding which Blazor template to use depends on the type of application you want to build. We'll focus on the Blazor Web App template, but we'll review each option to understand the differences.
Passing data from parent to child component is a basic mechanism in a component-oriented architecture. In Blazor, there are several ways parent and child components communicate with each other.
Streamline your UI by tucking secondary button actions into a dropdown. See how to customize the button style and set individual icons for each action option.
A key feature of the Blazor TelerikForm is how easy it makes adding functionality. But, if you’re willing to go a little bit further, you can also add your own custom validation.