The issue appears when filter is applied and is used the ExpandAll method.
The issue appears when RadGridView is used in AutoSizeRows mode and contains a Multiline column. Editing the value of the CheckBox cell of not fully visible row is not correct.
The issue appears in the following scenario: 1. The RadGridView AutoSizeRows mode is turned on. 2. The user starts to edit a Multiline GridViewTextBoxColumn.
The permanent editor of the cell handles the MouseClick events.
The mouse drag selection does not work when the SelectionMode of the control is CellSelect and RowSpacing is defined.
The issue appears when the RadGridView control has a Multiline GridViewTextBoxColumn and applied AutoSizeRows functionality.
Selection should not be processed while scrolling the control and the mouse hovers RadGridView rows.
The last RadGridView column has incorrect cell spacing.
To reproduce the issue: 1. Use the designer to set ShowRowHeaderColumn property to 'false'. 2. Set the property value back to 'true'. The serialized value of the property will remain 'false'.
Setting RadGridView CurrentRow to a child row should make the control scroll to this row. This is the control behavior when setting row from the MasterTemplate as CurrentRow.
The summary row values are not updated in the following scenario: 1. Group by one column and expand one group row. 2. Remove this grouping. 3. Group by second column in a way it creates a group with the same value as the one of the previously expanded group.
RadGridView loses the multiple selected rows when it has a sorted column and a cell value is edited.
When you select the cells of a pinned column and this column overlaps the next column, the cells from the next column are selected too.
Exception occures when you have applied excel-like filtering and load layout.
SortDescriptors does not apply when they are added to control with no DataSource defined and no rows added. The added rows from the user are not sorted.
The DataType property of GridViewComboBoxColumn does not work as expected in the following scenario: 1. Set DataSource to GridViewComboBoxColumn so that the ValueMember of the column is of type Integer. 2. Set the DataType property of the column to Decimal. 3. Set DataSource of RadGridView so that the FieldName of the above GridViewComboBoxColumn is of type Decimal. 4. RadGridView throws exception.
The group summary rows are not updated correctly when a data row is moved from one group to another.
The issue appears when the current column of the control is changed programmatically in a way that the RadGridView's horizontal scrollbar value needs to be positioned between its minimum and maximum value.
The vertical scrollbar of RadGridView is not correctly calculated in a scenario with AutoSizeRows and added rows to the control using the Rows.NewRow() method.
FIX. RadGridView - composite filters does not work