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 visible (Hide)

radzen-blazor - 3.20.9

Published by enchev about 2 years ago

3.20.9 - 2022-09-01

Improvements

  • SelectBar item Icon and Image properties added.

Fixes

  • Fixed DataGrid should be reset to first page on data change.
  • Fixed virtualized DropDownBase not refreshed on data change.
radzen-blazor - 3.20.8

Published by enchev about 2 years ago

3.20.8 - 2022-08-30

Fixes

  • Fixed ProgressBar Template.
radzen-blazor - 3.20.7

Published by enchev about 2 years ago

3.20.7 - 2022-08-29

Improvements

  • DialogService Close() method made virtual.
  • ProgressBar Template property added.

Fixes

  • Fixed big number exception in Numeric with nullables.
  • DropDownDataGrid clear button should not open popup.
radzen-blazor - 3.20.6

Published by enchev about 2 years ago

3.20.6 - 2022-08-25

Improvements

  • Added CloseTooltipOnDocumentClick to TooltipOptions.

Fixes

  • Loading indicator appears below the headers of an empty DataGrid.
  • DataGrid width is wrong in responsive mode.
  • AutoComplete popup will not open on Android.
radzen-blazor - 3.20.5

Published by enchev about 2 years ago

3.20.5 - 2022-08-22

Improvements

  • Added badges support for DropDown component.
  • Allow custom Chart bar and column series sizes.

Fixes

  • PanelMenuItem ExpandedChange argument fixed.
  • Fixed too big number in Numeric will raise exception.
  • Fixed DataGrid SimpleWithMenu mode IsNotEmpty.
  • Fixed exception when filtering virtualized DropDownDataGrid bound with LoadData.
radzen-blazor - 3.20.4

Published by enchev about 2 years ago

3.20.4 - 2022-08-17

Improvements

  • Clear filter button added to DataGrid string columns in simple filter mode.
  • Added support for IList value binding in DropDownBase.
  • Added optional forceReload argument to PagedDataBoundComponent GoToPage() method.

Fixes

  • Fixed missing attributes in RadzenSplitterPane.
  • Fixed DataGrid frozen columns not properly stacked.
  • DataGrid IsEmpty/IsNotEmpty filter expression should use double quotes.
  • Fixed DataGrid pager not recalculated properly after Count change.
  • Fixed Tooltip cannot be opened on first button click.
radzen-blazor - 3.20.3

Published by enchev about 2 years ago

3.20.3 - 2022-08-11

Improvements

  • Added RadzenUpload cancel functionality.

Fixes

  • Pass the formatted text to the Chart axis tick template.
  • AutoComplete should open popup only on keypress not on focus.
  • DropDown aria-label fixed.
  • Fixed DataGrid advanced filter popup when Property is not set.
  • Fixed possible exception with tooltip on dispose.
radzen-blazor - 3.20.2

Published by enchev about 2 years ago

3.20.2 - 2022-08-05

Fixes

  • Fixed FileInput reference not updated on Visible change.
  • Fixed RadzenDropDownItem behavior on older versions of the blazor.js.
radzen-blazor - 3.20.1

Published by enchev about 2 years ago

3.20.1 - 2022-08-04

Fixes

  • DropDownDataGrid string SelectedValue should not treated like IEnumerable.
  • Fixed FileInput value cannot be cleared.
radzen-blazor - 3.20.0

Published by enchev about 2 years ago

3.20.0 - 2022-08-04

Improvements

  • net6.0 added to TargetFrameworks.
  • DropDown ReadOnly property added.
  • DataGrid PickedColumnsChanged event added.
  • DropDownDataGrid multiple selection with LoadData improved. SelectedValue can be used to load selected items not part of Data.

Fixes

  • Fixed Chart tooltip is not displayed for area and line series with a single value.
  • Fixed RadzenNumeric does not allow certain numbers to be entered when min and max are set.
radzen-blazor - 3.19.12

Published by enchev about 2 years ago

3.19.12 - 2022-08-01

Improvements

  • DropDown disabled items support added via DisabledProperty.

Fixes

  • Fixed Chart trend lines do not render in some cultures.
  • Fixed issue with RadzenDialog where closing a nested dialog removed the 'no-scroll' class from the page body, allowing the background to scroll.
  • Fixed DatePicker handling of DateTimeOffSet.
  • Fixed keyboard navigation for virtualized DropDownBase.
radzen-blazor - 3.19.11

Published by enchev about 2 years ago

3.19.11 - 2022-07-28

Improvements

  • Change to DatePicker to optionally pad the time picker hour, minute or seconds components with leading zeros. Corresponding new boolean parameters are PadHours, PadMinutes and PadSeconds.

Fixes

  • Fixed validators not working in DataGrid in-line edit with grouping.
  • Fixed DataGrid virtualization not working properly in Firefox.
  • Fixed Mask component will not apply mask initially.
  • Fixed PagedDataBoundComponent FirstPage() method logic with forceReload.
radzen-blazor - 3.19.10

Published by enchev about 2 years ago

3.19.10 - 2022-07-25

Fixes

  • Fixed DataGrid enum filtering.
  • DataGrid LoadData called twice on FirstPage() with top and bottom pagers.
radzen-blazor - 3.19.9

Published by enchev about 2 years ago

3.19.9 - 2022-07-23

Fixes

  • Fixed DropDown multiple selection.
radzen-blazor - 3.19.8

Published by enchev over 2 years ago

3.19.8 - 2022-07-21

Improvements

  • FileInput FileName and FileSize parameters added.
  • Added DataGrid ShowEmptyMessage property.
  • Allow override of Template with ChildContent in BreadCrumbItem

Fixes

  • Fixed Numeric input with zero min/max.
  • Fixed Accordion exception when set Visible property of the item.
  • Fixed DropDown does not throw errors within an async Task set to the Change event.
radzen-blazor - 3.19.7

Published by enchev over 2 years ago

3.19.7 - 2022-07-19

Fixes

  • Fixed Numeric input and paste logic when min/max is set.
  • DataGrid simple mode filtering by date will not show value if filter is not applied.
radzen-blazor - 3.19.6

Published by enchev over 2 years ago

3.19.6 - 2022-07-18

Improvements

  • FileInput FileName and FileSize parameters added.

Fixes

  • Having async code in Expand handler sometimes prevents RadzenTreeItem from rendering.
  • Do not show Chart trend tooltip if the line is not visible and fix line names.
radzen-blazor - 3.19.5

Published by enchev over 2 years ago

3.19.5 - 2022-07-14

Improvements

  • Chart overlays - data labels, trends and annotations.

Fixes

  • DropDownBase clear selection using delete key will respect AllowClear property.
  • Fixed FileInput will not select the same file if already removed.
  • Numeric oninput and onpaste attributes fixed.
radzen-blazor - 3.19.4

Published by enchev over 2 years ago

3.19.4 - 2022-07-12

Improvements

  • RadzenDataGrid: Added Is Empty and Is not empty Filter operators.

Fixes

  • Fixed DataGrid group header cell colspan not correct in case of Template defined.
  • Fixed DatePicker AM/PM should be clicked multiple times in some cases.
  • Improved Numeric min/max validation.
  • Fixed DataGrid filtering with virtualization enabled not refreshing UI.
  • Prevent exceptions if the value entered in the numeric filter is invalid.
  • Fix DropDownDataGrid selected value not displayed properly in some cases.
radzen-blazor - 3.19.3

Published by enchev over 2 years ago

3.19.3 - 2022-07-07

Improvements

  • DataGrid FilterCleared instead Filter event will be raised on clear filter from column filter menu.

Fixes

  • Fixed DataGrid column Type property not initialized correctly in some cases.
  • Fixed FileInput not showing file name and size if not image.
  • Fixed DatePicker months and years drop downs not update on Min/Max change.