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/7-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
@@ -39,7 +39,7 @@ The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.
39
39
40
40
## Grid
41
41
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.
43
43
* The obsolete `AutoFitColumn()` method is removed. [Use `AutoFitColumnAsync()`]({%slug components/grid/columns/resize%}#autofit-columns) instead.
44
44
* The obsolete `AutoFitColumns()` method is removed. Use `AutoFitColumnsAsync()` instead.
45
45
* The obsolete `AutoFitAllColumns()` method is removed. Use `AutoFitAllColumnsAsync()` instead.
@@ -50,7 +50,7 @@ The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.
50
50
51
51
## TreeList
52
52
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.
54
54
* The obsolete `AutoFitColumn()` method is removed. [Use `AutoFitColumnAsync()`]({%slug treelist-columns-resize%}#autofit-columns) instead.
55
55
* The obsolete `AutoFitColumns()` method is removed. Use `AutoFitColumnsAsync()` instead.
56
56
* The obsolete `AutoFitAllColumns()` method is removed. Use `AutoFitAllColumnsAsync()` instead.
0 commit comments