radzen-blazor icon indicating copy to clipboard operation
radzen-blazor copied to clipboard

Radzen Blazor is a set of 70+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

Results 160 radzen-blazor issues
Sort by recently updated
recently updated
newest added

https://forum.radzen.com/t/feature-request-qr-code-generator/8864

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to allow a user to select multiple dates over the course of a year. **Describe the solution you'd...

enhancement

https://forum.radzen.com/t/collapse-sidebar-panel-menu-fully-or-showing-just-icons/9102

**Is your feature request related to a problem? Please describe.** For a clean pull request the same formatting is necessary. **Describe the solution you'd like** Please add a ".editorconfig" file...

enhancement

Ability to display dropdown items grouped by a specific criteria. **Example** ![image](https://user-images.githubusercontent.com/1118895/134914927-4486fa4e-b6a5-4e6d-b297-73effa5e38ab.png)

**Is your feature request related to a problem? Please describe.** Table support in htmlEditor is currently missing. **Describe the solution you'd like** Adding tables, adding/deleting rows and columns. (e.g. like...

**Is your feature request related to a problem? Please describe.** RadzenProfileMenu like other components, has a Click handler, but i would need to be notified when the menu dropdown gets...

enhancement

Good Morning. Based on [issue number 181](https://github.com/radzenhq/radzen-blazor/issues/181) closed as something foreign to Radzen I think it would be a good idea to control it internally and develop a Radzen unmask,...

Good Morning. Many thanks for your work. It could be very interesting, as seen in other creators of Blazor or html components such as bootstrap, to have the possibility of...

I have a form that opens a Dialog using this code: ```C# [Inject] public DialogService _dialogService { get; set; } ...... [Parameter] public int? Width { get; set; } .........