Skip to content

Releases: radzenhq/radzen-blazor

6.2.6

11 Mar 12:03
Compare
Choose a tag to compare

6.2.6 - 2025-03-11

Improvements

  • Added SameSite and Secure options for theme cookie.

Fixes

  • Avoid executing possible IQueryable code on DataGrid RowSelect.

6.2.5

10 Mar 08:38
Compare
Choose a tag to compare

6.2.5 - 2025-03-10

Fixes

  • OrderBy() by string selector improved to handle better sort strings discovery.
  • DropDownBase selection when binding to dictionary.
  • AutoComplete, Numeric: fix font family in inputs.

6.2.4

07 Mar 04:27
Compare
Choose a tag to compare

6.2.4 - 2025-03-06

Improvements

  • DataGrid sort of non dynamic data fixed.

6.2.3

06 Mar 19:11
Compare
Choose a tag to compare

6.2.3 - 2025-03-06

Improvements

  • DataGrid sort of dynamic data and of property with space fixed.

6.2.2

06 Mar 13:50
Compare
Choose a tag to compare

6.2.2 - 2025-03-06

Improvements

  • DataGrid sort order can't be changed with multi column sorting.

6.2.1

06 Mar 08:35
Compare
Choose a tag to compare

6.2.1 - 2025-03-06

Improvements

  • Select() method discovery improved.

6.2.0

06 Mar 07:18
Compare
Choose a tag to compare

6.2.0 - 2025-03-06

Improvements

  • Select() by string element type discovery improved.
  • Optimize Material Symbols variable icon font.
  • DataGrid SaveSettings() method made public.

Fixes

  • Member access in GetNestedPropertyExpression() should support interfaces.
  • Popup focus first element made faster.

6.1.6

04 Mar 11:35
Compare
Choose a tag to compare

6.1.6 - 2025-03-04

Improvements

  • RadzenDataFilterProperty FilterOperators property added similar to RadzenDataGridColumn.
  • Added DataFilter/DataGrid support for filtering enumerable properties with Contains operator and single value.
  • Progress indicator for Duration of the Notification added.

Fixes

  • RadzenStackedColumnSeries and RadzenStackedBar series support negative values.

6.1.5

03 Mar 14:31
Compare
Choose a tag to compare

6.1.5 - 2025-03-01

Fixes

  • RadzenStackedColumnSeries and RadzenStackedBar series support negative values.
  • DataGrid column resize defaults to 0px width.
  • Select() by string should support lambda expressions.

6.1.4

01 Mar 10:23
Compare
Choose a tag to compare

6.1.4 - 2025-03-01

Fixes

  • Where() method by string query cannot be translated error fixed.
  • Moving appointments in month view resets their start and end time.