Skip to content

Commit b030018

Browse files
Update upgrade/breaking-changes/7-0-0.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent ab3a02a commit b030018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.
4343
* The obsolete `AutoFitColumn()` method is removed. [Use `AutoFitColumnAsync()`]({%slug components/grid/columns/resize%}#autofit-columns) instead.
4444
* The obsolete `AutoFitColumns()` method is removed. Use `AutoFitColumnsAsync()` instead.
4545
* The obsolete `AutoFitAllColumns()` method is removed. Use `AutoFitAllColumnsAsync()` instead.
46-
* When using grouping and `OnRead`, casting the `DataSourceResult.Data` to a list of objects (`.Cast<object>().ToList();`) is no longer needed.
46+
* When using [grouping and `OnRead`]({%slug components/grid/manual-operations%}#grouping-with-onread), casting `DataSourceResult.Data` to a list of objects (`.Cast<object>()`) is no longer needed.
4747

4848
## TextArea
4949

0 commit comments

Comments
 (0)