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

Published by enchev over 2 years ago

3.19.2 - 2022-07-04

Improvements

  • DataGrid Filter event will be raised on clear filter from column filter menu.
  • DropDown ValueTemplate property added.
  • DataGrid column methods for get/set filter values and operators made public.

Fixes

  • ListBox/DropDown select all CheckBox checked logic improved.
  • Fix grid cell border-bottom in nested grids.
  • Toggling the Visible property of a form component breaks validation.
  • Do not attempt to filter collections with non valid comparison.
  • DataGrid Reset() method should respect FilterOperator for string and IEnumerable columns.
  • Fixed Numeric value change with percent format.
radzen-blazor - 3.19.1

Published by enchev over 2 years ago

3.19.1 - 2022-06-23

Fixes

  • Fixed DropDownDataGrid delegate to an instance method cannot have null 'this'.
radzen-blazor - 3.19.0

Published by enchev over 2 years ago

3.19.0 - 2022-06-23

Improvements

  • Added TopRight and BottomRight position to TabPositon.
  • DropDownDataGrid CellRender and RowRender events added.
  • Improve Chart tooltip positioning. Reduce the number of roundrips required to display a tooltip.
  • DataGrid clear filter added to the filtering menu.
  • ListBox/DropDown multiple selection fixed with virtualization enabled.

Fixes

  • Removed duplicated code from SCSS, Changed positionCSS.
  • Fixed Chromium browsers will crash on popup open from frozen cell.
  • Fixed collection was modified exception with async data binding of ListBox/DropDown.
  • Fixed DropDownDataGrid will not clear selection when set @bind-Value to null.
  • Fixed DataGrid will not clear all filters on Reset().
  • Get total item count after loading the data into the DataGrid.
radzen-blazor - 3.18.16

Published by enchev over 2 years ago

3.18.16 - 2022-06-16

Improvements

  • Possible to set placeholder for HtmlEditorFormatBlock.
  • Possible to set placeholder for HtmlEditorFontSize.
  • Possible to set placeholder for HtmlEditorFontName.
  • Expose the EditContext property of RadzenTemplateForm as a parameter.
  • Various Dialog rendering improvements.

Fixes

  • Fixed RadzenDayView does not show appointments after 23:59.
radzen-blazor - 3.18.15

Published by enchev over 2 years ago

3.18.15 - 2022-06-13

Improvements

  • Chart RadzenCategoryAxis TickDistance exposed.
  • Added ProgressBarStyle to RadzenProgressBar.

Fixes

  • Fixed right edge cropping of the DataGrid SimpleFilterWithMenu mode filter button.
radzen-blazor - 3.18.14

Published by enchev over 2 years ago

3.18.14 - 2022-06-09

Fixes

  • Fixed DataGrid infinite loop with LoadData and virtualization.
  • Fixed links alignment in Breadcrumb.
radzen-blazor - 3.18.13

Published by enchev over 2 years ago

3.18.13 - 2022-06-02

Improvements

  • RadzenUpload Icon property added.
  • RadzenHtmlEditor sometimes does not allow specifying the text when the insert link tool is used.

Fixes

  • Fixed DropDownDataGrid selection when AllowRowSelectOnRowClick is set to false.
  • Changing Tabs item visibility will reset selected tab to first in TabRenderMode.Client.
radzen-blazor - 3.18.12

Published by enchev over 2 years ago

3.18.12 - 2022-05-26

Fixes

  • Fixed virtualized DropDownDataGrid not reloaded properly on clear filter when bound using LoadData.
  • Tree will not check parent checkbox if AllowCheckParents is false.
  • DataGrid boolean column filtering toggle fixed.
  • Fixed DropDownDataGrid @bind-Value will not select item when bound using LoadData.
  • DataGrid group cannot be expanded when collapsed on first render in GroupRowRender.
  • Virtualized DataGrid will need double Reload() when using LoadData.
radzen-blazor - 3.18.11

Published by enchev over 2 years ago

3.18.11 - 2022-05-23

Fixes

  • Fixed DataGrid sorting when grouped.
radzen-blazor - 3.18.10

Published by enchev over 2 years ago

3.18.10 - 2022-05-19

Fixes

  • Fixed GetDescription instead of Description for localization DataGrid enum filter.
  • Fixed DropDownDataGrid will not select item on initial value set using @bind-Value.
  • Fixed DropDownDataGrid selected item lost on paging when using LoadData binding.
radzen-blazor - 3.18.9

Published by enchev over 2 years ago

3.18.9 - 2022-05-16

Improvements

  • Made RadzenDataGridColumn.GetValue as virtual.
  • Add Display Attribute and localization for DataGrid Enum Filter.
radzen-blazor - 3.18.8

Published by enchev over 2 years ago

3.18.8 - 2022-05-09

Improvements

  • DataGrid enum filter enabled for Simple and SimpleWithMenu filtering modes. EnumFilterSelectText property added.

Fixes

  • DatePicker TimeOnly parse fixed.
radzen-blazor - 3.18.7

Published by enchev over 2 years ago

3.18.7 - 2022-05-02

Fixes

  • DataGrid Groups.Clear() will not restore column visibility if HideGroupedColumn=true.
  • Fixed AutoComplete e.target.closest is not a function error.
  • DataGrid group by column will use ascending sort order if column is not sorted.
  • DataGrid not set Property null ref. exception fixed.
radzen-blazor - 3.18.6

Published by enchev over 2 years ago

3.18.6 - 2022-04-28

Fixes

  • DataGrid UpdatePickableColumn() exception fixed.
radzen-blazor - 3.18.5

Published by enchev over 2 years ago

3.18.5 - 2022-04-27

Improvements

  • DataGrid advanced filtering mode on enums added.
  • Step item Template property added.

Fixes

  • Certain component styles (info) do not work in tr-TR culture.
  • Numeric Format not applied if value is deleted and changed to the same.
  • RadzenUpload cannot upload files larger than 2GB. Breaking change if using the UploadProgressArgs class.
  • Tooltip arrow render lag fixed.
radzen-blazor - 3.18.4

Published by enchev over 2 years ago

3.18.4 - 2022-04-21

Improvements

  • DatePicker Min/Max and InitialViewDate properties added.

Fixes

  • DataGrid groups expand/collapse fixed when GroupFootersAlwaysVisible=true.
  • DataGrid column picker not updated on column Visible change.
  • Fieldset should not render legend if not needed.
radzen-blazor - 3.18.3

Published by enchev over 2 years ago

3.18.3 - 2022-04-18

Fixes

  • Allow the user to set the style of a splitter pane.
  • Fixed Numeric spinner icon hiding value partially.
  • Fixed TabIndex not properly working for RadzenDropDownDataGrid.
radzen-blazor - 3.18.2

Published by enchev over 2 years ago

3.18.2 - 2022-04-13

Fixes

  • DropDown and ListBox items key set improved.
  • DatePicker YearRange behavior fixed.
  • DataGrid group row expand state not persisted when set in GroupRowRender FirstRender.
radzen-blazor - 3.18.1

Published by enchev over 2 years ago

3.18.1 - 2022-04-11

Fixes

  • Set bar and column series tooltip border to Fill or Fills if specified.
  • DropDown items reinitialization fixed.
  • DataGrid string columns IsNull/IsNotNull filtering fixed.
  • DataGrid not updated after column OrderIndex change runtime
radzen-blazor - 3.18.0

Published by enchev over 2 years ago

3.18.0 - 2022-04-07

Improvements

  • BreadCrumb component added.
  • Introduce a Hidden property for Chart series which allows the developer to hide a series bit still make it show later by clicking the corresponding label in the legend.

Fixes

  • DropDown cannot select item when OpenOnFocus is set to true and already focused.
  • Prevent out of range exceptions in pie and donut tooltips.
  • RadzenChart sometimes displays a tooltip for the wrong series.
  • Set line and area series border to stroke or fill if specified.