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

Published by enchev about 3 years ago

3.8.0 - 2021-07-29

Improvements

  • New splitter component.

Fixes

  • Popup position is inverted when there is enough space for it.
  • DropDownDataGrid initial PageSize not respected.
  • Fixed virtualization with LoadData and OData service.
radzen-blazor - 3.7.3

Published by enchev about 3 years ago

3.7.3 - 2021-07-26

Improvements

  • DataGrid EmptyTemplate added.

Fixes

  • Fixed bug for topandbottom pager at the same time. bottomPager was named topPager.
  • DataGrid Single ExpandMode does nothing when RowExpand is not set.
radzen-blazor - 3.7.2

Published by enchev over 3 years ago

3.7.2 - 2021-07-21

Improvements

  • DataGrid FilterOperator DoesNotContain added.
  • MenuItem and PanelMenuItem Template added.

Fixes

  • Badge Visible fixed.
  • Fixed DropDownDataGrid paging controls will close the popup.
radzen-blazor - 3.7.1

Published by enchev over 3 years ago

3.7.1 - 2021-07-19

Fixes

  • DataGrid boolean filter should be applied on Apply button.
radzen-blazor - 3.7.0

Published by enchev over 3 years ago

3.7.0 - 2021-07-19

Improvements

  • Badge component added.

Fixes

  • DataGrid column filter type logic fixed.
  • RowDoubleClick does not fire for cells in edit mode.
radzen-blazor - 3.6.8

Published by enchev over 3 years ago

3.6.8 - 2021-07-13

Fixes

  • DataGrid null reference exception fixed when accessing columns value from sub properties.
  • Fixed DataGrid boolean column second filter.
  • Fixed context menu throws exception.
radzen-blazor - 3.6.7

Published by enchev over 3 years ago

3.6.7 - 2021-07-08

Fixes

  • Should not close popups when mobile devices keyboard is shown.
radzen-blazor - 3.6.6

Published by enchev over 3 years ago

3.6.6 - 2021-07-05

Fixes

  • DataGrid filtering by numeric not working in simple mode.
radzen-blazor - 3.6.5

Published by enchev over 3 years ago

3.6.5 - 2021-07-05

Fixes

  • Cannot check Tree item when AllowCheckChildren is set to false.
radzen-blazor - 3.6.4

Published by enchev over 3 years ago

3.6.4 - 2021-07-05

Improvements

  • Rating ReadOnly property added.

Fixes

  • ColorPicker does not show alpha value.
radzen-blazor - 3.6.3

Published by enchev over 3 years ago

3.6.3 - 2021-07-01

Fixes

  • DataGrid DateTimeOffset filtering fixed.
radzen-blazor - 3.6.2

Published by enchev over 3 years ago

3.6.2 - 2021-07-01

Improvements

  • DialogOptions AutoFocusFirstElement property added.

Fixes

  • DataGrid numeric column filter value not applied properly in some cases.
  • DataGrid date filtering fixed.
radzen-blazor - 3.6.1

Published by enchev over 3 years ago

3.6.1 - 2021-06-28

Improvements

  • Focus first focusable element on dialog open.

Fixes

  • LoadDataArgs.Sorts is with incorrect order with multiple column sorting.
  • Focused element lost after popup open.
  • DataGrid cell z-index values lowered.
  • Setting style attribute in CellRender overrides the built-in style of a RadzenDataGrid cell.
  • Fixed DatePicker month selection will close calendar popup.
  • Reposition popup on filter.
radzen-blazor - 3.6.0

Published by enchev over 3 years ago

3.6.0 - 2021-06-23

Improvements

  • FileInput ImageStyle property added.
  • Tree CheckBoxes support added.

Fixes

  • Chart tooltip throws exception when series data changes.
  • DataGrid will keep last page when items are removed.
  • RadzenNumeric unable to convert currency formatted values.
  • Popup will be closed on any scroll.
  • DialogService.Close() method will not complete Task properly.
  • DataGrid virtualization not working with horizontal scroll.
radzen-blazor - 3.5.3

Published by enchev over 3 years ago

3.5.3 - 2021-06-17

Improvements

  • DataGrid non template columns cells will display data as tooltip.
  • Pager, DataGrid and DataList PageSizeOptions property added.

Fixes

  • DataGrid frozen column footer cell z-index fixed.
  • Numeric Value will respect Min/Max change.
  • DataGrid InEditMode fixed in .NET 3.1.
  • Dialog fixed to work properly with DataGrid frozen columns.
  • Fixed DataGrid frozen column resize exception.
radzen-blazor - 3.5.2

Published by enchev over 3 years ago

3.5.2 - 2021-06-14

Improvements

  • Added SummaryTemplate to Fieldset and Panel components.

Fixes

  • DataGrid bool simple filter not aligned properly.
  • Legacy grid column sort order indicator with sub properties fixed.
  • Fixed DataGrid frozen columns not working properly with in-line edit.
  • DataGrid insert row not working properly with enabled virtualization.
radzen-blazor - 3.5.1

Published by enchev over 3 years ago

3.5.1 - 2021-06-10

Improvements

  • Login component AutoComplete property added.

Fixes

  • DataGrid border removed.
  • Fixed "Cannot read property addEventListener of null".
  • Set the @ref of the RadzenDataGrid.
  • DataGrid sorting by sub property fixed.
radzen-blazor - 3.5.0

Published by enchev over 3 years ago

3.5.0 - 2021-06-07

Improvements

  • Tabs component RenderMode property added.

Fixes

  • Do not use JSInterop before OnAfterRenderAsync.
  • DataGrid sorting API fixed.
  • Scheduler day and week view overlaps events in some cases.
  • DatePicker time not updated properly on Ok click.
radzen-blazor - 3.4.2

Published by enchev over 3 years ago

3.4.2 - 2021-06-03

Fixes

  • DataGrid frozen columns data cells should have z-index: 0.
radzen-blazor - 3.4.1

Published by enchev over 3 years ago

3.4.1 - 2021-06-03

Fixes

  • Fixed DropDownBase IQueryable support when virtualization is enabled.