
Adds TileLayout, Loader and Switch components, plus new features for Grid, Chart, TreeView and more.
Features
- Common
- New TileLayout Component.
- New Loader Component.
- New Switch Component.
- Update DPL (Telerik Document Processing Library) version to 2020.3.915.
- TreeList
- Add Visible Parameter to the TreeListColumn.
- Multi-column sorting.
- Search Box.
- Chart
- Three Charts for the Financial Industry: Stock, Candlestick and OHLC.
- ContextMenu
- Focus previous focused item when context menu is closed with keyboard.
- Grid
- Footer Template for Aggregates.
- Multi-column sorting.
- Search Box.
- Column Menu.
- Add Visible Parameter to the GridColumn.
Fixes
- Window
- Window does not open if its content has a component with an ICollection as a parameter.
- Window throws Cannot process pending renders after the renderer has been disposed when the user closes the page.
- Window in Window causes infinite loop and does not render.
- TimePicker
- System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
- TextBox
- System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
- Grid
- SetState does not reorder column data, only column headers, when ColumnVirtualization=true.
- LoadState does not populate filters data in GridFilterMode.FilterMenu.
- Filter icon is not updated when setting/removing the Filter from the State.
- System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
- Disposing a grid during its initialization throws System.ObjectDisposedException: Cannot access a disposed object.
- Charts
- DataItem does not get the correct value when the chart has multiple series.
- Cannot clear dynamically created series.
- Scheduler
- View modes dropdown not showing when collapsed.
- NumericTextBox
- System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
- TreeView
- Rendering does not update when providing a new data source until you collapse and expand the node whose children were modified.