New to Telerik UI for Blazor? Download free 30-day trial

Breaking Changes in 7.0.0

This article outlines the breaking changes in Telerik UI for Blazor version 7.0.0.

Common

.NET Support

.NET 7 is no longer supported.

AutoComplete, ComboBox, MultiColumnComboBox, MultiSelect

The obsolete ClearButton parameter is removed. Use ShowClearButton instead.

DateRangePicker

FileSelect

Gantt

Grid

  • Columns with Visible="false" are editable by default in popup edit mode. To disable editing of a hidden column, set Editable="false" explicitly.
  • The obsolete AutoFitColumn() method is removed. Use AutoFitColumnAsync() instead.
  • The obsolete AutoFitColumns() method is removed. Use AutoFitColumnsAsync() instead.
  • The obsolete AutoFitAllColumns() method is removed. Use AutoFitAllColumnsAsync() instead.

TextArea

TreeList

  • Columns with Visible="false" are editable by default in popup edit mode. To disable editing of a hidden column, set Editable="false" explicitly.
  • The obsolete AutoFitColumn() method is removed. Use AutoFitColumnAsync() instead.
  • The obsolete AutoFitColumns() method is removed. Use AutoFitColumnsAsync() instead.
  • The obsolete AutoFitAllColumns() method is removed. Use AutoFitAllColumnsAsync() instead.

Upload

See Also

In this article