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

Published by enchev almost 2 years ago

4.1.15 - 2022-10-27

Improvements

  • Implement AllowRememberMe functionality in RadzenLogin.
  • Improve dialog responsiveness and refactor styles.
  • Member access of interface properties fixed.

Fixes

  • Fixed DataGrid Groups not loaded properly from settings.
  • Fixed DropDownBase SelectItem() will not work properly in case of IEnummerable with nullable element type.
  • Fix Switch hover outline in material theme.
  • DataFilter re-subscribe to FilterValueChange on property change.
  • Fix chart axis font-size.
  • Remove absolute position of rz-messages-error and width of components in rz-form.
radzen-blazor - 4.1.14

Published by enchev almost 2 years ago

4.1.14 - 2022-10-24

Fixes

  • Fixed virtualized DataGrid exception with LoadData.
  • Remove duplicate styles of rz-helper-hidden-accessible.
  • Fix box-sizing and trimmed dropdown label with bootstrap 4.6.
radzen-blazor - 4.1.13

Published by enchev almost 2 years ago

4.1.13 - 2022-10-24

Improvements

  • Add ability to customize the scheduler week view header text.
  • Tabindex depending on Disabled property.
  • DataGrid PageSizeChanged event added.

Fixes

  • Fixed DropDownBase support for non generic IEnumerable.
  • Fixed DropDown width.
radzen-blazor - 4.1.12

Published by enchev about 2 years ago

4.1.12 - 2022-10-21

Fixes

  • Update width of pickers in DataFilter.
  • DataFilter FilterProperty FilterOperator change fixed.
radzen-blazor - 4.1.11

Published by enchev about 2 years ago

4.1.11 - 2022-10-21

Fixes

  • DropDown binding and rendering optimized.
  • Fixed DataGrid raising twice RowClick/CellClick/RowSelect on double click.
  • Fixed DataGrid numeric filter will not save settings.
radzen-blazor - 4.1.10

Published by enchev about 2 years ago

4.1.10 - 2022-10-20

Fixes

  • Fixed Tree will not hide expand/collapse icon when HasChildren changed runtime.
  • Change DropDown display to inline-flex.
  • DataFilter FilterTemplate fixed.
  • DropDownDataGrid chips rendering improved.
  • Use correct label padding CSS variable in DropDown.
radzen-blazor - 4.1.9

Published by enchev about 2 years ago

4.1.9 - 2022-10-17

Improvements

  • RadzenSelectBarItem Disabled property added.

Fixes

  • Fix PanelMenu expand/collapse with ripple.
  • Fixed DataGrid paging with Settings when bound with LoadData.
  • Fixed DataGrid save settings in case of column FilterTemplate.
  • DataGrid second filter value not saved properly in Settings.
  • Fixed virtualized DataGrid bound with LoadData not scrolled to top on sort.
  • Add borders to DataGrid composite cells.
  • Fix gutter width in dark theme.
radzen-blazor - 4.1.8

Published by enchev about 2 years ago

4.1.8 - 2022-10-13

Improvements

  • Delay added to TooltipOptions.

Fixes

  • Show up down arrows in Numeric with text-align.
  • Fixed collection was modified exception in DropDownDataGrid.
  • Fix icon alignment in Fieldset legend.
  • Fixed DataGrid groups not saved properly in Settings.
radzen-blazor - 4.1.7

Published by enchev about 2 years ago

4.1.7 - 2022-10-06

Improvements

  • Update validation styles in Login component.
  • Added Chips support to DropDownDataGrid
  • Tree Collapse event added.

Fixes

  • Fix numeric input right padding.
  • Numeric CSS classes fixed.
radzen-blazor - 4.1.6

Published by enchev about 2 years ago

4.1.6 - 2022-10-04

Improvements

  • CheckBoxList AllowSelectAll and SelectAllText properties added.
  • Added Text-Align to RadzenNumeric.
  • Added ExtraSmall button size.
  • DataGrid Density property added.

Fixes

  • Fixed DataGrid filtering by bool column will not save settings.
  • ContextMenu will execute ContextMenuService.Close event when clicking outside.
  • Tooltip will execute TooltipService.Close when closing on outside click or duration.
  • DataGrid simple filter row frozen cells class fixed.
radzen-blazor - 4.1.5

Published by enchev about 2 years ago

4.1.5 - 2022-09-29

Improvements

  • DropDown/ListBox AllowSelectAll property added.
  • DataGrid AllowPickAllColumns property added.

Fixes

  • DataGrid self-ref items indent with multiple parent items on same level fixed.
  • Fixed Tree AllowCheckParents behavior.
  • DataGrid exception fixed on select/deselect all columns from column picker.
  • DataGrid settings saved on column filter clear.
  • Fixed cannot edit DatePicker time parts.
  • Fix sidebar z-index.
  • Fixes Menu styling.
  • Reduce top item x-padding in material menu.
  • Scope grid alternating rows to tbody only.
  • Update css selectors for DataGrid selection.
  • Make dropdown label right padding as smaller as possible.
  • Set bootstrap grid-gutter-width value to 2rem.
  • Fix tabs padding in material theme.
radzen-blazor - 4.1.4

Published by enchev about 2 years ago

4.1.4 - 2022-09-27

Improvements

  • DataFilterProperty GetFilterOperators() made virtual and example added.
  • DataGrid simple filter mode with nullable enums improved.

Fixes

  • DataFilter avoid null ref. exception on string filter.
  • Fixed touch keyboard closes popup in Windows.
  • Fix steps widget content overflow.
  • Fix alignment of menu top items and reorder scss variables.
  • Fix background of menu top items with material theme.
  • Fix Pager selected button padding.
  • Fix selectable grid row hover styles.
radzen-blazor - 4.1.3

Published by enchev about 2 years ago

4.1.3 - 2022-09-26

Fixes

  • DataGrid load settings fixed.
radzen-blazor - 4.1.2

Published by enchev about 2 years ago

4.1.2 - 2022-09-26

Improvements

  • Enable possibility to add custom CssClass to dialog.
  • Save/Load DataGrid runtime settings added.

Fixes

  • DropDownBase HasValue will check if value has items in case of multiple selection.
  • Update Login component CSS classes and styles.
  • Fix link text decoration in Panel, SplitButton and Steps with -base themes.
radzen-blazor - 4.1.1

Published by enchev about 2 years ago

4.1.1 - 2022-09-22

Improvements

  • Update demos to use Bootstrap 5 layout CSS classes.

Fixes

  • DataGrid self-reference filtering improved.
  • DataFilter should filter on operator change.
  • Scope base themes to style Radzen components only.
radzen-blazor - 4.1.0

Published by enchev about 2 years ago

4.1.0 - 2022-09-21

Improvements

  • DataFilter component added.
  • DataGrid self-reference hierarchy support added.
  • DataGrid AllowAlternatingRows property added.
  • DataGrid multi sort column index indicator now is Badge.
  • GoogleMap component Options property added.
  • DataGrid CellClick/CellDoubleClick events and example for cell selection added.
  • DatePicker and ColorPicker PopupRenderMode property added.
  • SplitButton will close popup on default action.

Fixes

  • DataGrid column text-align fixed.
  • GoogleMap component should not reset zoom and center on marker update.
  • DataGrid column picker not updated when setting column Visible property with code.
  • Fixed DropDown SelectAll InvalidCastException when bind-Value is IList.
radzen-blazor - 4.0.0

Published by enchev about 2 years ago

4.0.0 - 2022-09-15

Improvements

  • CSS variables support added to all themes. Material theme added to free themes.
  • Updated sizing in all themes with respect to component's specifics, such as ease of use and accessibility.
  • RadzenDataGridColumn GetFilterOperators() made virtual.
  • DataGrid column ShowTimeForDateTimeFilter() virtual method added.

Fixes

  • Fixed DateTime operators order in DataGrid simple filter mode.
radzen-blazor - 3.20.12

Published by enchev about 2 years ago

3.20.12 - 2022-09-12

Improvements

  • SSRSViewer Load event added.

Fixes

  • DataGrid pager not recalculated properly when using Page event.
  • Pager GetPage() code fixed.
  • DropDownDataGrid AllowRowSelectOnRowClick behavior fixed.
radzen-blazor - 3.20.11

Published by enchev about 2 years ago

3.20.11 - 2022-09-08

Improvements

  • RadzenSelectBarItem Template property added.
  • Numeric AutoComplete set to false by default.
  • DataGridColumn FilterPropertyType made public.

Fixes

  • Fixed RadzenAutoComplete with IEnumerable of strings.
  • DropDown and DropDownDataGrid popup cannot be opened when nested in label.
  • DropDown item selection check improved.
  • DropDown/AutoComplete scroll to selected item improved.
radzen-blazor - 3.20.10

Published by enchev about 2 years ago

3.20.10 - 2022-09-05

Improvements

  • AutoComplete Template property added.
  • Upload ParameterName property added.
  • AutoComplete Multiline property added.