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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ position: 1
14
14
15
15
- 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)
16
16
- 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.
18
18
- Grid – use `IFilterDescriptor` in GridState instead of `FilterDescriptorBase`
19
19
- DateInput – remove `ParsingErrorMessage` in favor of localization string for the error message
20
20
- ContextMenu – add `EventArgs` to the `OnClick` event
@@ -26,7 +26,7 @@ Grid EditorTemplates and Keyboard Navigation are in design stage. So, there migh
26
26
## Common Changes
27
27
28
28
-[`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.
0 commit comments