Skip to content

Commit 0ea0f05

Browse files
committed
reword
1 parent 051c7c3 commit 0ea0f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.
3939

4040
## Grid
4141

42-
* Columns with `Visible="false"` are editable by default in popup edit mode. To disable editing of a hidden column, [set `Editable="false"` together with `Visible="false"`]({%slug components/grid/editing/popup%}).
42+
* Columns with `Visible="false"` are editable by default in popup edit mode. To [disable editing of a hidden column, set `Editable="false"`]({%slug components/grid/editing/popup%}) explicitly.
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.
@@ -50,7 +50,7 @@ The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.
5050

5151
## TreeList
5252

53-
* Columns with `Visible="false"` are editable by default in popup edit mode. To disable editing of a hidden column, [set `Editable="false"` together with `Visible="false"`]({%slug treelist-editing-popup%}).
53+
* Columns with `Visible="false"` are editable by default in popup edit mode. To [disable editing of a hidden column, set `Editable="false"`]({%slug treelist-editing-popup%}) explicitly.
5454
* The obsolete `AutoFitColumn()` method is removed. [Use `AutoFitColumnAsync()`]({%slug treelist-columns-resize%}#autofit-columns) instead.
5555
* The obsolete `AutoFitColumns()` method is removed. Use `AutoFitColumnsAsync()` instead.
5656
* The obsolete `AutoFitAllColumns()` method is removed. Use `AutoFitAllColumnsAsync()` instead.

0 commit comments

Comments
 (0)