Skip to content

Commit 6fff537

Browse files
Dimo DimovDimo Dimov
authored andcommitted
docs: Announce programmatic OnRead call in 3.1
1 parent aa5d2ab commit 6fff537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upgrade/breaking-changes/3-0-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Note the following changes when using manual data operations:
2424
- Aggregates over all the data are now supported via `args.AggregateResults` (`IEnumerable<AggregateResult>`). The `AggregateResults` event argument is exposed only for components that support aggregates. [If the Grid is bound to `DataTable`, a workaround is still necessary]({%slug grid-kb-aggregates-and-datatable%}).
2525
- If you have cached the `DataSourceRequest` object in order to set `Data` later, the new approach is to [reset the Grid state, so that `OnRead` is called again]({%slug grid-refresh-data%}#call-onread).
2626
- Binding to `ObservableData` via `OnRead` is no longer supported.
27+
- [UI for Blazor 3.1](https://www.telerik.com/support/whats-new/blazor-ui/roadmap) will add a method that triggers `OnRead` programmatically for on-demand data updates.
2728

2829
>caption OnRead Usage in UI for Blazor up to version 2.30 and after version 3.0
2930

0 commit comments

Comments
 (0)