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.16.2

Published by enchev about 1 year ago

4.16.2 - 2023-09-22

Fixes

  • DropDownBase multiple selection fixed.
radzen-blazor - 4.16.1

Published by enchev about 1 year ago

4.16.1 - 2023-09-21

Improvements

  • DataGrid and DataList LoadingTemplate added.
  • FocusAsync() method added to all form components.
  • DataGrid RenderAsync event added.
  • DropDownDataGrid inner DataGrid exposed as property.
  • Switch from LibSass to DartSass.

Fixes

  • DropDown selected items should be cleared when retrieving from Value.
radzen-blazor - 4.16.0

Published by enchev about 1 year ago

4.16.0 - 2023-09-18

Improvements

  • Add today styles to DatePicker.
  • Add component activator that allows replacing component intsances with custom ones.
  • Added Template in RadioButtonListItem

Fixes

  • Fix DataGrid group header spacing in compact mode.
  • Fix alignment in DataGrid column draggable hint.
  • Virtualized DataGrid sorting and cache improved.
  • Fixed DataFilter OData filter when selecting all elements of IEnumerable.
radzen-blazor - 4.15.14

Published by enchev about 1 year ago

4.15.14 - 2023-09-13

Improvements

  • DataGrid LoadSettings event added.
radzen-blazor - 4.15.13

Published by enchev about 1 year ago

4.15.13 - 2023-09-13

Fixes

  • DataGrid should not call LoadData twice on first render when virtualized.
  • Fixed DataGrid Reload() method should raise LoadData event if virtualized
radzen-blazor - 4.15.12

Published by enchev about 1 year ago

4.15.12 - 2023-09-12

Improvements

  • DataGrid column ColumnPickerTitle property added.
  • DataFilter will clear FilterValue and disable input if operator is set to empty/null.
  • PanelMenu DisplayStyle property added.

Fixes

  • Fix Numeric exception with nullables.
  • Fixed UTC dates to work with fi-FI and dk-DK cultures.
  • DataGrid LoadData event calls optimized when virtualization is on.
radzen-blazor - 4.15.11

Published by enchev about 1 year ago

4.15.11 - 2023-09-07

Fixes

  • Fix calling DataGrid Reload when loading settings with filter and page greater than 1.
  • DataGrid settings save/load of arrays fixed.
  • Fixed DropDown ClearSearchAfterSelection behavior.
  • Popup dispose fixed.
radzen-blazor - 4.15.10

Published by enchev about 1 year ago

4.15.10 - 2023-09-04

Fixes

  • DropDown selected item not retrieved properly when bound using LoadData with custom filtering.
  • Cannot toggle visibility of Steps item.
  • Fixed DatePicker closed immediately after selecting a month or year from the drop-down lists when using PopupRenderMode.OnDemand.
  • Popup toggle logic fixed.
radzen-blazor - 4.15.9

Published by enchev about 1 year ago

4.15.9 - 2023-09-01

Improvements

  • AddRadzenComponents() extension method added.

Fixes

  • Avoid acessing DataGrid PageSize directly when loading settings.
  • Tooltip close logic fixed to not show tooltips with delay if Close() is invoked.
radzen-blazor - 4.15.8

Published by enchev about 1 year ago

4.15.8 - 2023-08-29

Improvements

  • Indication for IsNull/IsNotNull in simple DataGrid DateTime filter.
  • Make icon used by DataGrid filter customizable.

Fixes

  • ContextMenu doesn't work for RadzenPanelMenuItem.
  • DataGrid will not call LoadData in simple filter with virtualization enabled.
radzen-blazor - 4.15.7

Published by enchev about 1 year ago

4.15.7 - 2023-08-24

Fixes

  • Fixed DataGrid FilterMode.SimpleWithMenu Clear will not save settings.
  • Timeline: add missing light and dark styles.
  • RadzenHtmlEditor fires its Change event before updating the argument specified with @bind-Value.
radzen-blazor - 4.15.6

Published by enchev about 1 year ago

4.15.6 - 2023-08-21

Improvements

Fixes

  • Fix wobbly tab selection in Material theme.
  • DropDownDataGrid pager will not wrap if not needed.
  • ShowValue should display ProgressBar label in Material and Fluent themes.
radzen-blazor - 4.15.5

Published by enchev about 1 year ago

4.15.5 - 2023-08-18

Improvements

  • DropDown, DropDownDataGrid and ListBox SearchText two-way binding support added.
  • OpenAsync method signature changed to virtual to support unit testing.

Fixes

  • Allow DataGrid settings to be loaded in OnInitialized().
  • Switch: make clicking a label change a value of the corresponding switch.
  • [BREAKING] DropDownDataGrid SearchText renamed to SearchTextPlaceholder since it was hiding inherited property used for different purposes.
  • RadzenNumeric defaults to min value on tab.
radzen-blazor - 4.15.4

Published by enchev about 1 year ago

4.15.4 - 2023-08-11

Fixes

  • Virtualized DropDownDataGrid refresh after filter will not work properly in some cases.
radzen-blazor - 4.15.3

Published by enchev about 1 year ago

4.15.3 - 2023-08-11

Fixes

  • DataGrid: prevent sorting from being triggered while resizing a reorderable column.
  • DataGrid: make headers and footers of frozen columns frozen just like cells are.
radzen-blazor - 4.15.2

Published by enchev about 1 year ago

4.15.2 - 2023-08-10

Fixes

  • DataGrid will no longer auto-generate column UniqueID and will save/load settings for columns only if Property or UniqueID is set.
radzen-blazor - 4.15.1

Published by enchev about 1 year ago

4.15.1 - 2023-08-09

Improvements

  • Added DataGrid self-reference hierarchy expanded class for indent.

Fixes

  • DataGrid CloseFilter() logic fixed with OnDemand FilterPopupRenderMode.
  • DatePicker should not allow dates outside of Min/Max on Ok button.
  • Too early close of DataGrid filter popup can cause improper filter.
  • DataGrid will use column index instead GUID for UniqueID.
radzen-blazor - 4.15.0

Published by enchev about 1 year ago

4.15.0 - 2023-08-08

Improvements

  • Added Save/Load settings support for DataGrid columns without Property.
  • Timeline component added.

Fixes

  • DataGrid inner filter popups not closed properly.
  • DataGrid customizing style of in HeaderCellRender and FooterCellRender.
  • Popup close logic fixed.
  • Numeric inconsistently resets Value when out of Max/Min.
  • Selected tab styling incorrect with hidden tabs.
radzen-blazor - 4.14.4

Published by enchev about 1 year ago

4.14.4 - 2023-07-31

Fixes

  • Fixed DropDown, DropDownDataGrid and ListBox filtering input logic.
  • DataList Reload() fixed.
radzen-blazor - 4.14.3

Published by enchev about 1 year ago

4.14.3 - 2023-07-27

Improvements

  • Add ParseInput to DatePicker.
  • Custom Popup component example added.

Fixes

  • RadzenDataGridColumn: handle non-px widths of frozen columns.
  • Use key directive for notifications.
  • DataList Reload() fixed in case of virtualization.