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

Published by enchev almost 3 years ago

3.13.4 - 2021-12-06

Improvements

  • Upload Disabled property added.
  • DataGrid Responsive property added.

Fixes

  • DataGrid and DropDown virtualization fixed to work properly in Firefox.
  • Fixed DataGrid reordering columns issue.
  • DataGrid will show EmptyText/EmptyTemplate only if Count is 0 and Data is not null.
  • Fixed DataGrid will not go to the first page if the last item is deleted on the second page.
  • DataGrid grouping will check if the group key is null.
radzen-blazor - 3.13.3

Published by enchev almost 3 years ago

3.13.3 - 2021-12-01

Improvements

  • DatePicker CurrentDateChanged event added.
  • Update Material icons font.
  • DataGrid IsNull/IsNotNull filtering support added.

Fixes

  • DataGrid column resizing will use integer values only.
  • Fixed DataGrid simple filter popup for dates shown at wrong position.
radzen-blazor - 3.13.2

Published by enchev almost 3 years ago

3.13.2 - 2021-11-25

Improvements

  • Added a Focus method on the RadzenNumeric control.

Fixes

  • Move standard theme background gradient to body.
radzen-blazor - 3.13.1

Published by enchev almost 3 years ago

3.13.1 - 2021-11-24

Fixes

  • Standard theme background fixed.
radzen-blazor - 3.13.0

Published by enchev almost 3 years ago

3.13.0 - 2021-11-24

Improvements

  • Standard theme added.
radzen-blazor - 3.12.5

Published by enchev almost 3 years ago

3.12.5 - 2021-11-23

Fixes

  • Mask exception fixed.
radzen-blazor - 3.12.4

Published by enchev almost 3 years ago

3.12.4 - 2021-11-23

Improvements

  • DataGrid "rz-datatable-edit" CSS class added to edited rows.

Fixes

  • Mask CharacterPattern logic fixed
radzen-blazor - 3.12.3

Published by enchev almost 3 years ago

3.12.3 - 2021-11-22

Improvements

  • MarkupString can be used in tooltip options Text.
  • DataGrid ShowExpandColumn property added.
radzen-blazor - 3.12.2

Published by enchev almost 3 years ago

3.12.2 - 2021-11-19

Improvements

  • Mask CharacterPattern property added as positive alternative of Pattern.
  • Implement Trim property in RadzenTextBox.
  • DataGrid OData support added for multiple values filter.

Fixes

  • Fixed DataGrid EmptyText truncated.
radzen-blazor - 3.12.1

Published by enchev almost 3 years ago

3.12.1 - 2021-11-15

Fixes

  • Close popups on mousedown instead of click.
  • Prevent HtmlEditor tools from getting keyboard focus.
  • Gravatar fixed for .NET 5 and 6 WASM.
radzen-blazor - 3.12.0

Published by enchev almost 3 years ago

3.12.0 - 2021-11-11

Improvements

  • DropDownDataGrid ShowPagingSummary and PagingSummaryFormat added.
  • Demos update to .NET6.0.

Fixes

  • Stop navigating when the toggle icon of a RadzenPanelMenuItem is clicked.
  • DataGrid GroupFooterTemplate position fixed.
radzen-blazor - 3.11.12

Published by enchev almost 3 years ago

3.11.12 - 2021-11-04

Improvements

  • DataGrid CellContextMenu event added.
  • Scheduler SlotRender event added.

Fixes

  • Tabs SelectedIndex not working properly in RenderMode.Client.
  • Chart will detect changes in the count of the series data and refresh.
radzen-blazor - 3.11.11

Published by enchev almost 3 years ago

3.11.11 - 2021-11-01

Improvements

  • Pager summary added.

Fixes

  • DatePicker should not reset time when changing the day.
radzen-blazor - 3.11.10

Published by enchev almost 3 years ago

3.11.10 - 2021-10-28

Fixes

  • DatePicker current date not reset when Value is set.
  • DatePicker cannot update time.
  • DatePicker will update our to 23 when attempt to set lower than 0.
radzen-blazor - 3.11.9

Published by enchev about 3 years ago

3.11.9 - 2021-10-21

Fixes

  • Sidebar with DataGrid frozen columns fixed.
  • Clicking ProfileMenu items does not close it.
  • Fixed DatePicker TimeOnly with ShowTimeOkButton false will not update after change.
  • DatePicker changing months should not show a different selected date than is actually selected.
radzen-blazor - 3.11.8

Published by enchev about 3 years ago

3.11.8 - 2021-10-19

Fixes

  • DatePicker will select wrong month when choosing date from previous/next month.
  • RadzenCheckBox does not post its value.
radzen-blazor - 3.11.7

Published by enchev about 3 years ago

3.11.7 - 2021-10-18

Fixes

  • DataGrid sorting and grouping will raise exception when using nested properties with null.
  • EmailValidator should not validate empty strings.
  • Fixed DropDown items count with LoadData and enabled virtualization.
radzen-blazor - 3.11.6

Published by enchev about 3 years ago

3.11.6 - 2021-10-14

Fixes

  • Fixed DatePicker month and year will be reset to selected value.
radzen-blazor - 3.11.5

Published by enchev about 3 years ago

3.11.5 - 2021-10-14

Improvements

  • Added functionality (DialogOptions.CloseDialogOnOverlayClick) to close a dialog on clicking outside.

Fixes

  • Clear or revert to previous date when entered disabled date in DatePicker.
  • DatePicker should not update selected date on navigation.
  • Ensure async-await task completion follows StateHasChanged calls in Chart.
  • Fixed website can be moved while slider handle is moved.
  • Fixed moving a slider handle to the left/right does not result in the minimum/maximum value.
radzen-blazor - 3.11.4

Published by enchev about 3 years ago

3.11.4 - 2021-10-11

Improvements

  • DataGrid GroupFootersAlwaysVisible property added.

Fixes

  • Changing the Alpha value of the ColorPicker throws exception when the current culture uses "," as decimal separator.