# 2026 v1.1

## Content

## Grid

**Breaking changes**

* Updated the default value of `GridRow.AllowCustomCells` to true so that unbound `GridRow` scenarios use text-rendered cells by default. 

**Bug fixes**

* Fixed an issue where the `AllowMerging` property was not applied to `GridGroupRow` rows. 
* Fixed an issue where column alignment settings were not bound for `GridGroupRow` rows when `WordWrap` was enabled. 

## GridControl

**Bug fixes**

* Fixed an issue where the UI became unresponsive when` FlexGrid.AutoSizeRows()` was called on iOS 26 after a column was manually resized. 

## Input

**Bug fixes**

* Fixed an issue where displayed items in `C1ComboBox` were not updated after `DisplayMemberPath` changed at run time following a selection. 
* Fixed an issue where `C1ComboBox` did not render selected values correctly when certain themes were applied. 