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 - 4.22.1

Published by enchev 11 months ago

4.22.1 - 2023-11-29

Fixes

  • Dialog height not updated properly when multiple dialogs are chained.
radzen-blazor - 4.22.0

Published by enchev 11 months ago

4.22.0 - 2023-11-27

Improvements

  • Chart stacked area added.
  • Added FilterString generation for the FilterOperator.In and FilterOperator.NotIn (Intersect/Except) operators for DataGrid LoadData.
  • DatePicker ShowDays property added to allow Year/Month selection only.

Fixes

  • Accordion Selected item state fixed.
radzen-blazor - 4.21.4

Published by enchev 11 months ago

4.21.4 - 2023-11-23

Improvements

  • DataGrid GroupDescriptor FormatString added.
  • Enabled arbitrary attributes for RadzenComponents.

Fixes

  • Fix DataGrid frozen column background with disabled alternating rows.
  • Fixed MethodCallExpression exception with filtering of sub properties.
radzen-blazor - 4.21.3

Published by enchev 11 months ago

4.21.3 - 2023-11-15

Fixes

  • Fixed DataGrid CellRender not raised for child columns.
radzen-blazor - 4.21.2

Published by enchev 11 months ago

4.21.2 - 2023-11-15

Fixes

  • Fix FormField input disabled color.
  • Fixed adding attributes in DataGrid CellRender event.
radzen-blazor - 4.21.1

Published by enchev 11 months ago

4.21.1 - 2023-11-14

Fixes

  • DataGrid CancelEditRow exception fixed.
radzen-blazor - 4.21.0

Published by enchev 11 months ago

4.21.0 - 2023-11-14

Improvements

  • .NET8 support added.
  • Optimized DataGrid cell attributes render.
  • Menu item Disabled property added.

Fixes

  • The EditRow doesn't use the same compare method as the CancelEditRow.
  • Fixed Numeric issue with leading zeros.
  • Fixed virtualized DropDown will not raise LoadData when empty.
radzen-blazor - 4.20.4

Published by enchev 12 months ago

4.20.4 - 2023-11-10

Fixes

  • DataGrid RowDoubleClick not raised.
radzen-blazor - 4.20.3

Published by enchev 12 months ago

4.20.3 - 2023-11-09

Fixes

  • DataGrid row selection fixed.
radzen-blazor - 4.20.2

Published by enchev 12 months ago

4.20.2 - 2023-11-09

Improvements

  • Make RadzenDataGrid.ItemEquals protected.
  • More DataGrid cell render optimizations.

Fixes

  • Fixed RadzenDropDownDataGrid not calling LoadData when virtualized and empty initially.
radzen-blazor - 4.20.1

Published by enchev 12 months ago

4.20.1 - 2023-11-06

Improvements

  • DropDownDataGrid keyboard row navigation added.
  • DropDown and DropDownDataGrid InputAttributes added.
  • DataGrid cell render improved.
  • Gets the currently selected RadzenTabsItem based on the selectedIndex.
  • Add property to SplitterPane to be able to hide Splitter Bar.

Fixes

  • Fix DataGrid columns visibility when DataGrid Reset, columns visibility returns to its default state.
  • DataGrid In/NotIn filter operators should be available only for IEnumerable.
radzen-blazor - 4.20.0

Published by enchev 12 months ago

4.20.0 - 2023-11-02

Improvements

  • Added ContextMenu Support on RadzenMenuItem.
  • ToggleButton component added.

Fixes

  • Close nested modals on navigate.
radzen-blazor - 4.19.1

Published by enchev 12 months ago

4.19.1 - 2023-10-30

Improvements

  • Added expand/collapse title and aria-label attributes to panels.
  • InputAttributes added to various form components.

Fixes

  • Row keeps highlighted state after clearing DropDownDataGrid.
  • Fixed DataGrid LoadData filter when binding to OData with virtualization.
  • Fixed RequiredValidator validation of DropDown with multiple selection.
  • DialogOptions.CloseDialogOnEsc behavior fixed.
radzen-blazor - 4.19.0

Published by enchev 12 months ago

4.19.0 - 2023-10-23

Improvements

  • Added property Sorts to the Query, to obtain sorting in different services, for example during export.
  • Added an Image property for RadzenLink, RadzenContextMenu and RadzenProfileMenuItem.
  • Adding title and aria-label attributes to step buttons.
  • Adding aria-label and title attributes to pager buttons.
  • DataGrid Expand/Collapse aria-label and title attributes.
  • Add EmptyTemplate to RadzenDropdown.
  • Right side frozen columns for RadzenDataGrid.
  • New parameter UniqueFilters in DataFilter.

Fixes

  • Fixed loading DataGrid filter settings with quotes. When loading the filter value from json, get the string value of the element.
  • Prevent memory leaks related to validation.
  • Trying to upload files in RadzenHtmlEditor sometimes throws JS exceptions "target.matches is not a function".
  • Catch JSRuntime invoke exceptions with Tooltip.
radzen-blazor - 4.18.1

Published by enchev about 1 year ago

4.18.1 - 2023-10-18

Improvements

  • Added the missing classes to the DataFilter elements, by analogy with the already existing rz-datafilter-* element classes.
  • Add placeholder to DropDown filter.

Fixes

  • Fixed exception when removing groups from virtualized DataGrid.
  • Set the filter operator specified in the code when adding a filter in DataFilter.
radzen-blazor - 4.18.0

Published by enchev about 1 year ago

4.18.0 - 2023-10-16

Improvements

  • Added Placeholder to DataGrid filters.
  • RadzenStepsItem can have own NextText and PreviousText.
  • Added the ability to display smaller segmented pie charts.

Fixes

  • Slider cannot reach the maximum when initial value is equal to Max.
  • SelectBarItem not updated on Disabled change.
  • Fix PanelMenu expand arrow position in item template.
radzen-blazor - 4.17.1

Published by enchev about 1 year ago

4.17.1 - 2023-10-10

Fixes

  • Added FilterOperator.Custom check to GetColumnFilter().
  • Added check if inner grid is not null in DropDownDataGrid while searching.
  • Tabs item Visible=false not working with TabRenderMode.Client.
radzen-blazor - 4.17.0

Published by enchev about 1 year ago

4.17.0 - 2023-10-09

Improvements

  • RadzenComponents added to simplify adding of special components to layout.
  • IconColor added to all components with Icon. Predefined theme colors added in Colors class.

Fixes

  • Added a check for FilterOperator.Custom in ClearFilters so that the FilterOperator does not change and remains FilterOperator.Custom.
  • Ensure Google API is loaded when calling updateMap().
radzen-blazor - 4.16.4

Published by enchev about 1 year ago

4.16.4 - 2023-10-04

Improvements

  • Added a RadzenGoogleMap boolean parameter to zoom the map to fit marker bounds on update.
  • Added Filters to Query to be able to get filter data via grid.Query.Filters.
  • Changing DataGrid OnFilter/OnFilterKeyPress methods modifiers so they can be overridden.

Fixes

  • Fix DataGrid not loading with settings if equal to default.
  • Fixed exception when set/load a filter with Nullable enum type in DataGrid.
radzen-blazor - 4.16.3

Published by enchev about 1 year ago

4.16.3 - 2023-09-28

Improvements

  • Added DataGrid EditTemplate.
  • Added "Custom" to FilterOperator, for manually building a custom filter.

Fixes

  • Stacked charts sometimes render gaps.
  • Fixed DataGrid pagination when set a filter via SetFilterValueAsync in FilterTemplate.
  • Avoid Radzen is not defined error when calling mediaQuery.