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 - 3.17.3

Published by enchev over 2 years ago

3.17.3 - 2022-03-30

Improvements

  • DataGrid column GetVisible() made public.
  • DropDownDataGrid open on ENTER key added.
  • DropDown and DropDownDataGrid OpenOnFocus property added.

Fixes

  • Fixed SelectBar will not select item with null value.
  • RadzenScheduler events do not take MinutesPerSlot into account.
  • DatePicker rz-datepicker-title inline style height removed.
radzen-blazor - 3.17.2

Published by enchev over 2 years ago

3.17.2 - 2022-03-28

Fixes

  • CheckBox does not work inside
  • Fixed ContextMenu opens only once in WASM.
  • Fixed DatePicker changing AM/PM not working in some cases.
radzen-blazor - 3.17.1

Published by enchev over 2 years ago

3.17.1 - 2022-03-25

Fixes

  • On Disposal of RadzenSplitButton: Close popup.
  • DatePicker exception with DateTime.MinValue fixed
  • DataGrid HideGroupedColumn fixed to work with runtime add of GroupDescriptor.
  • DataGrid OrderByDescending() method fixed.
  • RadzenFileInput remove label attribute from span tag
radzen-blazor - 3.17.0

Published by enchev over 2 years ago

3.17.0 - 2022-03-24

Improvements

  • DataGrid Sort, Filter and Page events added.
  • DataGrid Group event and HideGroupedColumn property added.
  • DataGrid ShowMultiColumnSortingIndex property added.
radzen-blazor - 3.16.7

Published by enchev over 2 years ago

3.16.7 - 2022-03-21

Improvements

  • DatePicker FooterTemplate added.
  • DataGrid columns picker text properties added.
  • DataGrid column CloseFilter() method added.

Fixes

  • DropDownDataGrid click to open popup area fixed.
  • Fixed DropDown item requires two clicks to select.
radzen-blazor - 3.16.6

Published by enchev over 2 years ago

3.16.6 - 2022-03-17

Fixes

  • Reverted switch to default preprocessor constant.
radzen-blazor - 3.16.5

Published by enchev over 2 years ago

3.16.5 - 2022-03-17

Fixes

  • DataGrid cell context menu fixed.
radzen-blazor - 3.16.4

Published by enchev over 2 years ago

3.16.4 - 2022-03-17

Improvements

  • Added MarkupString support for Notification message.
  • DatePicker: Added support for DateTime Min and Max.

Fixes

  • Tree CheckedValues exception fixed.
radzen-blazor - 3.16.3

Published by enchev over 2 years ago

3.16.3 - 2022-03-07

Fixes

  • Numeric paste improved to accept numbers from string.
  • Fixed DataGrid with virtualization calls LoadData 5 times on initial creation.
radzen-blazor - 3.16.2

Published by enchev over 2 years ago

3.16.2 - 2022-03-03

Improvements

  • DataGrid numeric columns LoadData Filter expression fixed for IsNull/IsNotNull.
  • The id attribute of RadzenDropDown is used when generating the id of its popup. Allows styling specific popups.
radzen-blazor - 3.16.1

Published by enchev over 2 years ago

3.16.1 - 2022-02-28

Improvements

  • DataGrid FilterMode=SimpleWithMenu will disable inputs in case of IsNull/IsNotNull filters.
  • DataGrid FilterMode=SimpleWithMenu will apply style to filter icon in case of active filter.
  • Tree will not dispose children on collapse.
  • FileInput readFileAsBase64: set canvas size same as new image size.
radzen-blazor - 3.16.0

Published by enchev over 2 years ago

3.16.0 - 2022-02-24

Improvements

  • Update Material icons font.
  • DataGrid simple filter with menu added.

Fixes

  • DonutChart glitches in cultures that use comma as decimal separator.
radzen-blazor - 3.15.6

Published by enchev over 2 years ago

3.15.6 - 2022-02-21

Improvements

  • DataGrid column OrderIndex property added.
  • DropDownDataGrid ValueTemplate property added.
  • RadzenFileInput MaxWidth and MaxHeight added.
  • Support for Remove/Clear to the RadzenUpload control.
  • RadzenDropDownDataGrid AllowRowSelectOnRowClick property added.

Fixes

  • DataGrid state not updated properly after column reorder in .NET 3.1.
  • DropDown, DropDownDataGrid and ListBox AllowClear when Value is not bound fixed.
  • DataGrid column Visible fixed when AllowColumnPicking is true.
radzen-blazor - 3.15.5

Published by enchev over 2 years ago

3.15.5 - 2022-02-18

Fixes

  • DropDownDataGrid not updated properly on Data change.
radzen-blazor - 3.15.4

Published by enchev over 2 years ago

3.15.4 - 2022-02-17

Improvements

  • DialogOptions CloseDialogOnEsc property added.

Fixes

  • DropDown, ListBox and DropDownDataGrid wrong selection on Data change fixed.
  • Disable the responsive mode of RadzenSidebar if it is not nested inside RadzenLayout.
radzen-blazor - 3.15.3

Published by enchev over 2 years ago

3.15.3 - 2022-02-14

Improvements

  • DataGrid column Pickable property added.

Fixes

  • DataGrid frozen column styles not regenerated when column Visible changed runtime.
  • Icons are missing if the Text property of a scheduler view is set.
  • Unsubscribe from event before subscribing to avoid memory leaks.
  • Menu and ProfileMenu z-index raised.
radzen-blazor - 3.15.2

Published by enchev over 2 years ago

3.15.2 - 2022-02-11

Improvements

  • Add Responsive property to RadzenSidebar.
  • DataGrid column MinWidth property added.

Fixes

  • Invoke own StateHasChanged when the Refresh method of DialogService is called.
radzen-blazor - 3.15.1

Published by enchev over 2 years ago

3.15.1 - 2022-02-10

Improvements

  • DataGrid Column Picker added.

Fixes

  • Update RadzenGrid simple filtering UI.
  • Fix light button colors.
  • DropDown and DropDownDataGrid multiple selected items label fixed.
radzen-blazor - 3.15.0

Published by enchev over 2 years ago

3.15.0 - 2022-02-09

Improvements

  • DropDownDataGrid EmptyTemplate added.
  • DataGrid simple mode filtering UI improved.

Fixes

  • LengthValidator not notified when DropDownDataGrid value is selected.
radzen-blazor - 3.14.12

Published by enchev over 2 years ago

3.14.12 - 2022-02-04

Fixes

  • Reset Password shall throw event with an empty username.
  • Revert fix for Radzen DataGrid column headers are showing in front of modal dialog due to problems with form components with frozen columns.