radzen-blazor
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.
**Describe the bug** When using `OpenOnFocus=True` on RadzenDropDown See https://blazor.radzen.com/dropdown-filtering with ` OpenOnFocus=true/>` The downdown opens as expected when you tab into the dropdown, but as soon as you click...
**Describe the bug** When using `ClearSearchAfterSelection=True` on RadzenDropDown See https://blazor.radzen.com/dropdown-filtering with ` ClearSearchAfterSelection=true/>` The filter (not search) is cleared at **any** time a selection happens. Which is something that happens...
Please add new component Horizontal Scroll How is it here https://www.fluentui-blazor.net/HorizontalScroll Thanks
I am writing to request a feature for the Radzen chart. I would like to be able to set the color of the chart series based on the value of...
**Describe the bug** Consider a grid loading data with `LoadData` event. Once we remove a filtered column with column picker we have to reload the dataset. When we call `grid.Reload()`...
**Describe the bug** Radzen Blazor Chart states that if `CategoryProperty - the name of the property which provides value for the X axis of the chart. The property can be...
Does the Badge component support to be used as a tag/chip where users can enter in a textbox and close?
**Describe the bug** We have a table which periodically loads data from an API. This happens once on page load, and can also happen by a user triggering a reload...
Please add parametr in Expanded in RadzenTreeLevel. In Expanded pass the last modified object (uncheck/checked) as parameter. **Is your feature request related to a problem? Please describe.** Example: ` `...
**Describe the bug** I believe there is a bug in method `PropertyAccess.GetValue(object value, string path)` if you are working with interfaces. ``` public static object GetValue(object value, string path) {...