The current row of the control cannot be set to 'null' if RadGridView contains no data rows. The 'new' row remains current.
One should be able to remove the grouping by dropping a group item on a grid row.
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.
If you sort a column by performing mouse left button click and open the excel-like filtering dialog, ArgumentOutOfRangeException is thrown.
RadGridView should be able to create new rows using objects with properties matching the FieldNames of the control's columns.
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 vertical scrollbar of RadGridView does not recalculate correctly when the control has expanded hierarchical rows and the MasterTemplate sorting is changed.
Generating hierarchy with related objects is not working properly. There are no items in second level.
Changing ThemeName of the context menu control in the ContextMenuOpening event handler should apply the new theme to the menu.
The combobox column should get its value according to its DisplayMember property
Drag and drop of columns to the Column Chooser and columns reordering do not work in ColumnGroupsViewDefinition.
Char type filtering should be allowed for all filtering operators supported by the string type (except: StartsWith, EndsWith, Contains and NotContains)
Currently RadGridView does not show error indication when the ErrorProvider.SetError method is called
In self-referencing hierarchy of RadGridView, the first column that contains the row expander is not sized correctly when the BestFitColumns is performed.
Using conditional formatting removes AlternatingRowColor of the control's rows.
Print support for RadGridView.
The user should be able to select just part of the text in read-only grid using mouse.
When the excel-like filtering is enabled, the user should be allowed to change the context menu by subscribing for the corresponding event that allows replacing the menu.
When the suggest auto-complete mode of GridViewComboBox is enabled, the RadDropDownListEditor does not perform auto-complete operation when the edit mode is enabled by key stroke.
When AllowColumnReorder is false (and grouping is also turned off) dragging operation should not start.