RadGridView.TableElement.ScrollToRow(row) does not work when VerticalScrollState = ScrollState.AlwaysHide
When RightToLeft is enabled in RadGridView and you try to print it, the layout of the pages is messed up.
You should be able to bind GridViewColorColumn to a text column.
The GridViewBrowseColumn's editor could have two modes - OpenFileDialog and FolderBrowserDialog.
Improve the user experience by adding marker which shows the position where the group element will be added.
GridSpinEditor should round its value on end edit considering the number of decimal places.
Add the hyperlink cell's row and column to the HyperlinkOpening event arguments.
The GroupSummaryEvaluate event is used to format the HeaderText and accessing this property in the event leads to application hanging.
The issue appears when the ViewDefinition of the control is ColumnGroupsViewDefinition, summary rows are added and grouping is performed.
RadGridView crashes when it is in AutoSizeRows rows and a third level hierarchy cell is edited.
The AlternatingRowColor value is restarted when the ViewDefinition is changed.
The correct behavior in this case is to load the GroupDescriptors from the file but do not process any grouping operations.
Changing ThemeName of the context menu control in the ContextMenuOpening event handler should apply the new theme to the menu.
Steps to reproduce: 1. Create a RadGridView so that it contains enough rows to have a vertical and/or horizontal scroll bar. 2. Select a cell in the RadGridView. 3. Left mouse click (and hold) whilst scrolling the scrollbar, 'accidentally' hover over a new row/cell. 4. This causes the row to be highlighted (as per screenshot).
The MinHeight property of group rows is not considered when the control is in AutoSizeRows mode.
The layout of the cell image is not correct if the cell has wide border and the height of the row is not sufficient to display the image and the border. The issue appears only after the initial loading of the control.
Using conditional formatting removes AlternatingRowColor of the control's rows.
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.