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

Published by enchev about 3 years ago

3.11.3 - 2021-10-07

Improvements

  • Added RadioButtonList DisabledProperty & VisibleProperty parameters and support for data parameter field binding.
radzen-blazor - 3.11.2

Published by enchev about 3 years ago

3.11.2 - 2021-10-05

Improvements

  • Implement Chart SeriesClick.

Fixes

  • Dialog render on drag improved.
  • Bugfix ColorPicker wrong CultureInfo.
  • Slider support for negative values added.
radzen-blazor - 3.11.1

Published by enchev about 3 years ago

3.11.1 - 2021-09-30

Fixes

  • Resized Dialog width/height not persisted after drag.
radzen-blazor - 3.11.0

Published by enchev about 3 years ago

3.11.0 - 2021-09-30

Improvements

  • RadzenScheduler Culture override support.
  • Added SingleExpand property to RadzenTreeView.
  • Added culture and default culture to base components and use the culture in default templates.
  • Resizable and Draggable properties added to DialogOptions.

Fixes

  • RadzenMonthView avoid manual capitalization.
  • DropDown with filtering closed immediately when open on Android.
  • DataGrid odd/even row style will not be applied if virtualization is enabled.
radzen-blazor - 3.10.2

Published by enchev about 3 years ago

3.10.2 - 2021-09-27

Improvements

  • RadzenCheckBox label support.

Fixes

  • Popup close on resize and width sync fixed.
  • Fixed potential deadlocks in synchronous code.
  • Fixed adding a class to a RadzenTabsItem prevents framework classes from being set.
radzen-blazor - 3.10.1

Published by enchev about 3 years ago

3.10.1 - 2021-09-23

Fixes

  • DataGrid row hover styles fixed with frozen columns.
  • Fixed DropDown closed immediately when you click in the lower right corner.
  • DropDown select all functionality improved.
radzen-blazor - 3.10.0

Published by enchev about 3 years ago

3.10.0 - 2021-09-21

Improvements

  • DataGrid GroupFooterTemplate and GroupFooterCssClass column properties added.

Fixes

  • Chart series Visible property can now be set as a parameter.
radzen-blazor - 3.9.10

Published by enchev about 3 years ago

3.9.10 - 2021-09-16

Improvements

  • DataGrid and DropDownBase Virtualize exposed.
  • Tabs will be switched using JavaScript when TabRenderMode is Client).
  • DatePicker InputClass property added.

Fixes

  • Fixed AutoComplete popup will not close on first item select.
radzen-blazor - 3.9.9

Published by enchev about 3 years ago

3.9.9 - 2021-09-09

Improvements

  • Steps ShowStepsButtons and StepsCollection properties added. NextStep() and PrevStep() made public.

Fixes

  • Fixed DatePicker throws exception when using DateTimeOffset and date is manually changed.
  • DataGrid second level and below group items cannot be collapsed.
radzen-blazor - 3.9.8

Published by enchev about 3 years ago

3.9.8 - 2021-09-03

Improvements

  • DataGrid column resizer CSS class added.

Fixes

  • DataGrid column header drag will check if column is Groupable.
  • Numeric component will not allow decimal symbol for integer value.
  • Fixed dynamic LINQ exceptions in WASM.
radzen-blazor - 3.9.7

Published by enchev about 3 years ago

3.9.7 - 2021-08-31

Fixes

  • DataGrid should not perform any internal sorting or filtering if bound with LoadData.
radzen-blazor - 3.9.6

Published by enchev about 3 years ago

3.9.6 - 2021-08-30

Fixes

  • DataGrid/DataList null ref. exception fixed when pager is set to top.
  • DataGrid column drag visual not positioned correctly when document scrolled.
radzen-blazor - 3.9.5

Published by enchev about 3 years ago

3.9.5 - 2021-08-25

Fixes

  • DataGrid initial column filtering fixed.
radzen-blazor - 3.9.4

Published by enchev about 3 years ago

3.9.4 - 2021-08-25

Fixes

  • Switch mouse events not raised.
  • DataGrid and DataList pager Count not calculated properly.
  • DataGrid loading panel not working properly with frozen columns.
  • DataGrid column null ref. exception fixed when SortOrder is bound to null.
radzen-blazor - 3.9.3

Published by enchev about 3 years ago

3.9.3 - 2021-08-23

Improvements

  • DatePicker AllowInput property added.

Fixes

  • DataGrid validation does not work.
  • Focused element lost after DropDown select.
  • DataGrid InsertRow() will break the pager if not on first page.
  • DataGrid InsertRow() fixed to work with LoadData binding.
  • Fixed DropDown LINQ expression cannot be translated with AllowFiltering and IQueryable.
radzen-blazor - 3.9.2

Published by enchev about 3 years ago

3.9.2 - 2021-08-18

Fixes

  • Use oninput to prevent bypassing of the mask.
radzen-blazor - 3.9.1

Published by enchev about 3 years ago

3.9.1 - 2021-08-18

Fixes

  • Fixed component cannot be focused after leaving DropDown
  • DataGrid GroupHeaderText renamed to GroupPanelText
radzen-blazor - 3.9.0

Published by enchev about 3 years ago

3.9.0 - 2021-08-18

Improvements

  • DataGrid grouping support added.

Fixes

  • Fixed DropDownDataGrid exception when filtering non string data.
  • Fixed reordering DataGrid columns with hidden columns is not working.
radzen-blazor - 3.8.2

Published by enchev about 3 years ago

3.8.2 - 2021-08-09

Improvements

  • DataGrid column reorder added.

Fixes

  • DataGrid DoesNotContain not working properly with LoadData binding.
  • Tooltip dispose fixed.
  • Fixed current page selection after page size changed in pager.
  • Fixed pager visibility.
radzen-blazor - 3.8.1

Published by enchev about 3 years ago

3.8.1 - 2021-08-03

Fixes

  • Fixed item select in DropDown bound to KeyValuePair throws exception.
  • Fixed splitter themes.