Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
3.6.1
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.
3.6.0
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.
3.5.3
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.
3.5.2
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.
3.5.1
3.5.0
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.
3.4.2
3.4.1
3.4.0
3.4.0 - 2021-06-03
Improvements
- Increase the z index of the popup to 2000 to make it appear on top of Bootstrap modals.
- ListBox, DropDown and DropDownDataGrid virtualization support added.
Fixes
- DataGrid RowRender event not executed properly.
- DataGrid equals and not equals string filters fixed.
- DataGrid multi column sorting order fixed.
- DatePicker null ref. exception fixed when TimeOnly is set to true.
- Cannot close nested dialogs in some cases.
- DataGrid and DataList changing PageSize should reload data.
- DataGrid edit row should cancel insert.
- DatePicker time update should not change the date.
3.3.2
3.3.2 - 2021-05-27
Improvements
- Dialog improved.
- Sorts and Filters added to LoadDataArgs.
- Added IsBusy property and spinning indicator to RadzenButton.
Fixes
- DataGrid will raise LoadData for filter and sort even when column Property/Type is not set.
- DropDown with multiple selection closes advanced mode DataGrid filter.
- RadzenDataGrid AllowVirtualization should be available only for .NET 5.
- ContextMenu position will respect bottom and right edges.