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

Published by enchev about 1 year ago

4.14.2 - 2023-07-25

Improvements

  • Added DataGrid column SetFilterValueAsync method set column filter value and reload grid. Allows you to use the FilterTemplate without initializing an additional property.
  • Notification Close event added.
  • Added ShowButton to DatePicker.
  • Added AllowColumnFiltering to DataFilter.
  • DataFilter PropertiesCollection added similar to DataGrid ColumnsCollection.

Fixes

  • DataGridColumnHeaderCell: make the resizing element fill the whole cell while resizing to prevent an accidental click on the cell and therefore an unexpected resort.
  • OData filtering of DateTime fixes for various cultures.
radzen-blazor - 4.14.1

Published by enchev over 1 year ago

4.14.1 - 2023-07-19

Fixes

  • Revert DartSass to LibSass due to problems with @extend.
radzen-blazor - 4.14.0

Published by enchev over 1 year ago

4.14.0 - 2023-07-18

Improvements

  • Added DataGrid column ShowUpDownForNumericFilter function.
  • Progress bar circular component added.
  • ShowToolbar added for HtmlEdit.
  • Add MarkupString in RadzenFormField.
radzen-blazor - 4.13.6

Published by enchev over 1 year ago

4.13.6 - 2023-07-14

Improvements

  • Added IsLoading property to DropDownDataGrid component.
  • DropDownBase filtering enum by description support added.
  • Added custom text for null enum value in filter. Default value "No value" instead of "".

Fixes

  • RadzenDataGrid could not be filtered or sorted by columns with advanced property expressions like function calls.
  • Do not hide 2 notifications when clicking close.
  • A visual glitch appears when using StrokeWidth in RadzenPieSeries.
  • Fix search with quotes in RadzenDataGrid filter.
  • Scheduler does not display certain events in day and week view.
  • RadzenDataGrid enum DropDown beyond the edge of the column.
radzen-blazor - 4.13.5

Published by enchev over 1 year ago

4.13.5 - 2023-07-03

Fixes

  • DatePicker FormattedValue do not respect specified Culture.
radzen-blazor - 4.13.4

Published by enchev over 1 year ago

4.13.4 - 2023-06-26

Improvements

  • Make the anchors in RadzenText scroll the page.
  • Add FocusAsync method to RadzenHtmlEditor.

Fixes

  • The remember me text is missing when FormFieldVariant is set of RadzenLogin.
  • DataGrid column picker not closed properly when FilterPopupRenderMode=OnDemand.
radzen-blazor - 4.13.3

Published by enchev over 1 year ago

4.13.3 - 2023-06-20

Improvements

  • Improve RadzenScheduler rendering algorithm to handle more cases.

Fixes

  • FocusTrap not working on Dialog when last focusable component is RadzenDatePicker.
  • Not possible to close multiple nested dialogs using the Escape key.
  • Dialog height/width should not be changed on drag but only on resize.
  • Fixed DataGrid doesn't show empty message with empty Data.
  • PagedDataBoundComponent should not raise PageSizeChanged on firs render.
  • DataGrid filtering by nested property fixed in some cases.
radzen-blazor - 4.13.2

Published by enchev over 1 year ago

4.13.2 - 2023-06-15

Improvements

  • Card Variant property added.
  • DataGrid column picker filtering made case-insensitive.

Fixes

  • Fix FormField label line-height.
  • Fix accordion border radius.
  • Fixed DataGrid LoadData executed twice on filter.
  • DateFilter in DataGrid can not be cleared by using backspace/delete.
  • DatePicker doesn't render correctly with PopupRenderMode.OnDemand.
radzen-blazor - 4.13.1

Published by enchev over 1 year ago

4.13.1 - 2023-06-13

Improvements

  • DataGrid ColumnsPickerAllowFiltering property added.
  • DataGrid column FilterValueTemplate and SecondFilterValueTemplate properties added.

Fixes

  • DataGrid multiple sorting order saved/restored in proper order from Settings.
  • Fixed DataGrid filtering with In/NotIn in combination with other filter.
  • Numeric should not default to min when value type is nullable.
radzen-blazor - 4.13.0

Published by enchev over 1 year ago

4.13.0 - 2023-06-07

Improvements

  • Added Add Button to RadzenDropDownDataGrid.
  • New Material 3, Material 3 Dark and Fluent UI Dark premium themes.

Fixes

  • Fix RadzenFormField label position with RadzenRadioButtonList or RadzenCheckBoxList inside.
  • RadzenBody should have padding.
  • DataGrid EmptyTemplate not shown with virtualization using LoadData.
radzen-blazor - 4.12.1

Published by enchev over 1 year ago

4.12.1 - 2023-06-05

Improvements

  • Added support for DataGrid grouping by composite column.
  • DataGrid Sorts collection exposed.
  • DataGrid ColumnsPickerMaxSelectedLabels property added.

Fixes

  • Use CultureInfo.InvariantCulture when parsing DateTime for OData.
  • Fixed DataFilter remove filter.
radzen-blazor - 4.12.0

Published by enchev over 1 year ago

4.12.0 - 2023-05-31

Improvements

  • Dialog wrapper class option.
  • Update CSS classes and variables in layout components.
  • Add --rz-panel-menu-padding custom CSS property.
  • Added support for collection filter in DataGrid column Property/FilterProperty and In/Not operators.
  • Add variable for text color in RadzenSidebar --rz-sidebar-color.
  • Add text color to AutoComplete input.
  • Add --rz-text-selection CSS variables.

Fixes

  • Tooltip is always visible in Pie and Donut series.
  • DropDown/DropDownDataGrid trailing separator removed.
  • Fixed deleting all text in Numeric leads to no data shown.
  • Numeric FormattedValue should use specified Culture.
  • Update Close button styles in RadzenAlert.
  • Fix text color in outlined and text RadzenButton variants.
  • RadzenBody should have transparent background if only child in RadzenLayout.
  • RadzenHtmlEditor does not show its value if it is initially hidden.
  • Fixed Chart Click method.
  • Fixed ColorPicker opens and immediately closes.
  • Fix rz-body padding.
radzen-blazor - 4.11.2

Published by enchev over 1 year ago

4.11.2 - 2023-05-23

Improvements

  • Change DatePicker icon based on TimeOnly parameter.
  • DataGrid support for In/NotIn filter operators added for IQueryable and OData.
  • Improved chart tooltips.
  • Update theme variables for various components.
radzen-blazor - 4.11.1

Published by enchev over 1 year ago

4.11.1 - 2023-05-16

Improvements

  • Added CustomValidator component.

Fixes

  • Fixed DropDownDataGrid exception with multiple selection and filtering.
  • DataGrid will go to previews page on reload if needed.
radzen-blazor - 4.11.0

Published by enchev over 1 year ago

4.11.0 - 2023-05-15

Improvements

  • DataGrid methods ClearFilter and ApplyFilter changed from internal to public.
  • Add --rz-on-[color] css variables for text colors.
  • Added support for HTML in RadzenDataGrid.PagingSummaryFormat.

Fixes

  • DatePicker simplify 'ToggleAmPm' function, handle AM/PM formatted hour input consistently, fix possible out-of-range values of hour/minutes/seconds on input.
  • Stacked Chart series throw exception when the data is empty.
radzen-blazor - 4.10.4

Published by enchev over 1 year ago

4.10.4 - 2023-05-09

Improvements

  • Use method to get CSS classes for RadzenStepsItem.
  • Implement UploadError event callback.

Fixes

  • Add await on async call to DataGrid OnFilter.
  • Fixed DataGrid with saved settings raises an exception when filtering a column where TValue is float.
  • Color Picker: reset the color to the initial state when a popup withan 'ok' button was closed by clicking outside.
  • Fixed AutoComplete and Numeric focus state.
  • Using InvariantCulture for filter strings.
  • Fixed RadioButtonListItem and CheckBox appearance of disabled state.
  • OverflowException in RadzenNumericRangeValidator.
  • Fixed PageSize change behavior of DataGrid.
radzen-blazor - 4.10.3

Published by enchev over 1 year ago

4.10.3 - 2023-05-04

Improvements

  • Make DataGridColumn GetOrderIndex method from internal to public.
  • DropDownBase SearchText property and SearchTextChanged action added.
  • RadzenDataGridColumn ColumnsCollection property added.
  • Login component ShowLoginButton property added.

Fixes

  • Date filter in advanced mode doesn't use "ShowTimeForDateTimeFilter()".
  • Fixed DataGrid column sort order login when restoring from settings.
  • Fixed DatePicker to react on the Culture property changes.
radzen-blazor - 4.10.2

Published by enchev over 1 year ago

4.10.2 - 2023-05-02

Improvements

  • DataGrid IsRowExpanded() method added.
  • Improve design of CheckBox checked state in Standard theme.

Fixes

  • ContextMenu will not work properly when custom id attribute is set.
  • Color Picker: HSV picker base color fix + alpha resetting fix.
  • Fixed RadzenDataGridColumn Pickable change doesn't update UI.
  • PageSize changed should invoke Reload() only when needed.
radzen-blazor - 4.10.1

Published by enchev over 1 year ago

4.10.1 - 2023-04-27

Improvements

  • Added support for setting tab index for escape button in dialogs.
  • DropDownBase FilterAsYouType property added.
  • RadzenDataGridColumn.GetStyle() made virtual.

Fixes

  • Fixed MouseEnter event doesn't work on RadzenText.
  • Fixed escape dialog close doesn't work with sequential dialogs.
radzen-blazor - 4.10.0

Published by enchev over 1 year ago

4.10.0 - 2023-04-20

Improvements

  • Added ReadOnly property to CheckBoxList and CheckBoxListItem.
  • Add optional .rz-scrollbars css class.
  • Login FormFieldVariant property added.

Fixes

  • Fixed JSDisconnectedException in RadzenContextMenu.