You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade/breaking-changes/3-0-0.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Note the following changes when using manual data operations:
24
24
- 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%}).
25
25
- 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).
26
26
- 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.
27
28
28
29
>caption OnRead Usage in UI for Blazor up to version 2.30 and after version 3.0
0 commit comments