What problem does it solve? Developers working with the Radzen.Blazor component library frequently hit compile errors, misconfigured services, and broken dialogs or notifications because setup steps and enum syntax are easy to get wrong. This Skill provides correct, copy-ready patterns for every common Radzen scenario. ## Core Features & Use Cases - Setup and Configuration: Step-by-step installation, service registration, CSS/JS references, and the required <RadzenComponents /> directive for Blazor Server and WebAssembly. - Component Patterns: Ready-to-use examples for DataGrid (sorting, filtering, paging, inline editing, server-side loading), forms with validation, layouts, navigation, charts, and schedulers. - Services and Theming: DialogService, NotificationService, TooltipService, and ContextMenuService usage, plus theme configuration including Cardscape's 12-theme catalog. - Use Case: When building a CRUD page in a Blazor app, use this Skill to generate a RadzenDataGrid with inline editing, a dialog-based edit form, and toast notifications without hitting the common enum-prefix compile error. ## Quick Start Ask the assistant to create a Blazor page with a Radzen DataGrid showing products with sorting, paging, and an edit dialog.