radzen-blazor

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.

MIT License

Stars
3.2K
Committers
185

Bot releases are hidden (Show)

radzen-blazor - 4.30.3

Published by enchev 6 months ago

4.30.3 - 2024-04-29

Fixes

  • Improved DataGrid grouping performance.
  • Fixed DataGrid initial enum filter not selected in the filtering DropDown.
  • RadzenCompareValidator ValidateOnValueChange property added.
  • DataGrid should not render element for group expand column when ShowGroupExpandColumn=false.
  • Fixed Cast() exception with DataGrid FilterMode CheckBoxList.
radzen-blazor - 4.30.2

Published by enchev 6 months ago

4.30.2 - 2024-04-25

Fixes

  • Fixed virtualized DropDown null ref. exception on ENTER key press.
  • Chart CartesianSeries DateOnly exception fixed.
radzen-blazor - 4.30.1

Published by enchev 6 months ago

4.30.1 - 2024-04-24

Fixes

  • RadzenDropDown SelectedItemChanged keeps repeating forever.
  • Fixed issue with drag scrolling Dialog content on mobile after moving dialog.
radzen-blazor - 4.30.0

Published by enchev 6 months ago

4.30.0 - 2024-04-23

Improvements

  • DataGrid FilterMode.CheckBoxList (Excel like) filtering added.
  • DateOnly supported added to DataGrid component.

Fixes

  • DataGrid ungrouping in virtualized mode throws error.
radzen-blazor - 4.29.9

Published by enchev 6 months ago

4.29.9 - 2024-04-22

Improvements

  • Add ability to add custom button content to a SplitButton.
  • Pager aria-current attribute added for current page.

Fixes

  • DropDownBase SelectedItemChanged changed from Action to EventCallback.
  • Exception is thrown when updating the data of pie or donut series and a tooltip is shown.
  • Clicking a link in RadzenHtmlEditor sometimes navigates.
  • Stacked bar and column series do not work with negative values.
  • Column and bar radius is not applied in some cases.
radzen-blazor - 4.29.8

Published by enchev 6 months ago

4.29.8 - 2024-04-18

Improvements

  • CascadingTypeParameter added for DataFilter, DataList, DataGrid and TemplateForm components.
  • CollapseAll() method added to DataGrid.

Fixes

  • Pager navigate to page with ENTER/SPACE index fixed.
  • Replace padding in Scheduler's view header with auto scroll width.
  • RadzenDropDownDataGrid is not displaying empty text.
  • Tab cannot be selected in some cases when TabRenderMode.Client after add/remove.
  • Draggable requires single touch to start drag after first drag end.
radzen-blazor - 4.29.7

Published by enchev 6 months ago

4.29.7 - 2024-04-15

Fixes

  • Update Scheduler responsive styles. Adds container media queries and resolves.
  • DropDownBase should not loose focus on select all.
  • Fix disabled state of buttons in Upload and FileInput.
  • Fix disabled state of DatePicker in FormField.
  • Pager focus styles should be visible only when needed.
radzen-blazor - 4.29.6

Published by enchev 6 months ago

4.29.6 - 2024-04-10

Fixes

  • Fix DropDown and DatePicker icon and text colors in disabled and hover states.
  • Hide clear icon in disabled DropDown and DatePicker and unify disabled color of trigger icon.
  • TextBox, TextArea and Password components will unable to show ContextMenu if Name is set.
  • Fixed DataGrid filtering where it was possible to apply a filter on an empty string with non value filter operator.
radzen-blazor - 4.29.5

Published by enchev 6 months ago

4.29.5 - 2024-04-09

Fixes

  • Fixed RadzenDropDown EnterKey ArgumentOutOfRangeException.
  • PickList invalid cast exception fixed.
  • AutoComplete MaxLength parameter fixed.
radzen-blazor - 4.29.4

Published by enchev 7 months ago

4.29.4 - 2024-04-08

Fixes

  • DataGrid simple filter mode by string properties fixed.
radzen-blazor - 4.29.3

Published by enchev 7 months ago

4.29.3 - 2024-04-08

Fixes

  • DataGrid Reset() should not call SaveSettings().
  • DataGrid will clear column filters on escape and will not allow set of filter value if empty operator type is selected.
radzen-blazor - 4.29.2

Published by enchev 7 months ago

4.29.2 - 2024-04-04

Fixes

  • DatePicker will show popup when clicking on input field when AllowInput set to false.
  • DataGrid LoadSettings event should mark Settings as changed.
radzen-blazor - 4.29.1

Published by enchev 7 months ago

4.29.1 - 2024-03-29

Fixes

  • Fixed DropDownBase display description.
radzen-blazor - 4.29.0

Published by enchev 7 months ago

4.29.0 - 2024-03-29

Improvements

  • RadzenTree TreeItemRender event added.

Fixes

  • RadzenCompareValidator throws error when put inside RadzenFormField.
radzen-blazor - 4.28.11

Published by enchev 7 months ago

4.28.11 - 2024-03-28

Fixes

  • Close of nested popups fixed.
  • RadzenCompareValidator should not validate on first render.
  • DropDownBase will fallback to PropertyAccess.GetItemOrValueFromProperty() if strongly typed property getters are not initialized.
  • Selection in Dialog title disabled.
radzen-blazor - 4.28.9

Published by enchev 7 months ago

4.28.9 - 2024-03-27

Fixes

  • Tabs selected color and bg color should be applied to the same element.
  • DropDown ValueTemplate will also be applied when using multiselect.
  • Tree avoid add invalid items in InsertInCurrentItems.
  • CompareValidator should be revalidated on Value change.
  • DatePicker Disabled change not working properly when inside FormField.
radzen-blazor - 4.28.8

Published by enchev 7 months ago

4.28.8 - 2024-03-26

Fixes

  • PickList buttons disabled state fixed.
radzen-blazor - 4.28.7

Published by enchev 7 months ago

4.28.7 - 2024-03-26

Improvements

  • RadioButtonListItem InputAttributes added.
  • TextBox, Mask and Numeric aria-autocomplete custom attribute value support added.

Fixes

  • DatePicker popup should be destroyed only on Visible property change.
  • PickList invalid cast exception when selecting all items in multiple mode.
radzen-blazor - 4.28.6

Published by enchev 7 months ago

4.28.6 - 2024-03-25

Fixes

  • DatePicker input will be focused on calendar tab key.
  • Fixed wrong Tabs item selected after visible change when TabRenderMode.Client.
  • DropDownDataGrid Reset() fixed.
radzen-blazor - 4.28.5

Published by enchev 7 months ago

4.28.5 - 2024-03-22

Improvements

  • Scheduler drag and drop with mobile support.
  • Upload component support for client-side file read added.

Fixes

  • Fix RadzenListBox and DropDown multiple selection item content not stretching to full width.
  • DatePicker should not focus first element in popup when opened from input.