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
radzen-blazor - 3.4.0

Published by enchev over 3 years ago

3.4.0 - 2021-06-03

Improvements

  • Increase the z index of the popup to 2000 to make it appear on top of Bootstrap modals.
  • ListBox, DropDown and DropDownDataGrid virtualization support added.

Fixes

  • DataGrid RowRender event not executed properly.
  • DataGrid equals and not equals string filters fixed.
  • DataGrid multi column sorting order fixed.
  • DatePicker null ref. exception fixed when TimeOnly is set to true.
  • Cannot close nested dialogs in some cases.
  • DataGrid and DataList changing PageSize should reload data.
  • DataGrid edit row should cancel insert.
  • DatePicker time update should not change the date.
radzen-blazor - 3.3.2

Published by enchev over 3 years ago

3.3.2 - 2021-05-27

Improvements

  • Dialog improved.
  • Sorts and Filters added to LoadDataArgs.
  • Added IsBusy property and spinning indicator to RadzenButton.

Fixes

  • DataGrid will raise LoadData for filter and sort even when column Property/Type is not set.
  • DropDown with multiple selection closes advanced mode DataGrid filter.
  • RadzenDataGrid AllowVirtualization should be available only for .NET 5.
  • ContextMenu position will respect bottom and right edges.
radzen-blazor -

Published by akorchev over 3 years ago

3.3.1 - 2021-05-20

Improvements

  • RadzenButton will not fire its Click event until the last Click handler has finished executing. Should prevent opening multiple dialogs in high latency scenarios.

Fixes

  • RadzenNumeric disabled text not visible in Safari.
  • RadzenDataGrid filter operator text properties not applied
radzen-blazor - 3.3.0

Published by enchev over 3 years ago

3.3.0 - 2021-05-18

Improvements

  • RadzenDataGrid component added.
  • Ability to set individual colors to bar and column chart items.

Fixes

  • DatePicker Ok button should close month and year DropDowns.
radzen-blazor - 3.2.9

Published by enchev over 3 years ago

3.2.9 - 2021-05-13

Improvements

  • Use decimals to improve precision in the category axis rendering and prevent endless loops.
  • Use a conditional project reference for easier working with the source.

Fixes

  • Changing upload header value at runtime does not work.
  • GaugeBand is showing wrong values, when From/To are out of bound.
radzen-blazor - 3.2.8

Published by enchev over 3 years ago

3.2.8 - 2021-05-06

Improvements

  • Add ability to link an image in the HtmlEditor.

Fixes

  • Fixed DataGrid footer cells not scrolling horizontally.
radzen-blazor - 3.2.7

Published by enchev over 3 years ago

3.2.7 - 2021-04-26

Fixes

  • Avoid try/catch block during validation. Components that do not have @bind-Value are valid by default.
  • DataGrid cannot collapse expanded item in DataGridExpandMode.Single.
  • Setting the class attribute in the CellRender event does not work.
  • AutoComplete not editable in a FilterTemplate.
radzen-blazor - 3.2.6

Published by enchev over 3 years ago

3.2.6 - 2021-04-21

Improvements

  • Improve Scheduler monthly view event rendering to take advantage of remaining space.
  • DropDownDataGrid View exposed.

Fixes

  • Setting a custom CSS class replaces the built-in one in gauge, chart, colorpicker, html editor and scheduler.
  • Submit the form when Action is set even if EditContext is unavailable.
radzen-blazor - 3.2.4

Published by enchev over 3 years ago

3.2.4 - 2021-04-19

Improvements

  • Validate form with action.

Fixes

  • DataGrid should not reset current page on sorting.
radzen-blazor - 3.2.3

Published by enchev over 3 years ago

3.2.3 - 2021-04-14

Improvements

  • Numeric focus appearance improved.

Fixes

  • Reset the Tree SelectedItem when Value is set to null.
  • Selecting a tree item does not remove prior selection.
  • DropDownDataGrid AllowFilteringByAllStringColumns will raise exception if some of the column values is null.
  • DataGrid pager not reset to first page after sort.
  • DropDownDataGrid selected item not respected if SelectedValue is set.
  • DropDownDataGrid AllowFilteringByAllStringColumns should respect column Filterable property.
radzen-blazor - 3.2.2

Published by enchev over 3 years ago

3.2.2 - 2021-04-08

Fixes

  • Reset the Tree SelectedItem when Value is set to null.
radzen-blazor - 3.2.1

Published by enchev over 3 years ago

3.2.1 - 2021-04-06

Fixes

  • DataGrid state not updated on row selection.
radzen-blazor - 3.2.0

Published by enchev over 3 years ago

3.2.0 - 2021-04-02

Improvements

  • Dialog Style property added.

Fixes

  • Refresh RadzenSteps and RadzenGrid when bound properties change.
radzen-blazor - 3.1.11

Published by enchev over 3 years ago

3.1.11 - 2021-04-01

Improvements

  • Support Formatting in RadzenNumeric.

Fixes

  • DataGrid selected, edited and expanded items not persisted properly when paging.
radzen-blazor - 3.1.10

Published by enchev over 3 years ago

3.1.10 - 2021-03-29

Fixes

  • DataGrid columns not aligned in some cases.
radzen-blazor - 3.1.9

Published by enchev over 3 years ago

3.1.9 - 2021-03-26

Fixes

  • DropDownDataGrid clear icon position fixed.
  • DataGrid cell rendering improved.
radzen-blazor - 3.1.8

Published by enchev over 3 years ago

3.1.8 - 2021-03-25

Improvements

  • DataGrid LogicalFilterOperator added.

Fixes

  • DataGrid pager hidden after CancelEditRow().
  • Refresh RadzenRadioButtonList when RadzenRadioButtonListItem Text property changes.
radzen-blazor - 3.1.7

Published by enchev over 3 years ago

3.1.7 - 2021-03-22

Fixes

  • Fixed DataGrid column width reset on other column resize if set initially.
  • Refresh RadzenGrid and RadzenSteps when Text property changes.
  • Slider will handle Min, Max, Range and Step change.
radzen-blazor - 3.1.6

Published by enchev over 3 years ago

3.1.6 - 2021-03-15

Improvements

  • ShowUpDown property added to RadzenNumeric.
  • WidthText and HeightText properties added to RadzenHtmlEditorImage.

Fixes

  • Numeric value not updated properly sometimes when used in DataGrid column EditTemplate.
radzen-blazor - 3.1.5

Published by enchev over 3 years ago

3.1.5 - 2021-03-08

Fixes

  • DropDown popup does not open after enabling.
  • Fixed DataGrid column headers misaligned with body in some cases.
  • Use only one DotNetObjectReference per component and dispose it.