Skip to content

Commit ff281b6

Browse files
committed
chore(breaking-change-3.0): more information about grid onread
1 parent 19fc3a5 commit ff281b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ position: 1
1414

1515
- TileLayout - Introduce identifier of the TileLayout item. `OnResize` and `OnReorder` events will receive EventArgs that will point to the resized/reordered item. This feature comes from our [public issue tracker](https://feedback.telerik.com/blazor/1489011)
1616
- TreeView - add `ExpandedItems` parameter and remove `ExpandedField`
17-
- Grid – change `OnRead` method to return the `Data`
17+
- Grid – change `OnRead` method to return the `Data`. This is an important change that will empower us to deliver more features in the future(like the export of all Grid pages), and the Grid will not rely on component lifecycle for getting the data.
1818
- Grid – use `IFilterDescriptor` in GridState instead of `FilterDescriptorBase`
1919
- DateInput – remove `ParsingErrorMessage` in favor of localization string for the error message
2020
- ContextMenu – add `EventArgs` to the `OnClick` event
@@ -26,7 +26,7 @@ Grid EditorTemplates and Keyboard Navigation are in design stage. So, there migh
2626
## Common Changes
2727

2828
- [`IconName` class]({%slug common-kb-migration-from-iconname%}) (already obsolete) class will be removed. All icon names should be retrieved from the [built-in icons documentation]({%slug general-information/font-icons%}#icons-list).
29-
- `ToODataString` extension method is moved to `Telerik.Blazor.Extensions` namespace.
29+
- `ToODataString` extension method is moved to the `Telerik.Blazor.Extensions` namespace.
3030

3131
## Parameter Naming
3232

0 commit comments

Comments
 (0)