The ValueChanged event of RadGridView is not fired when you select a new item of RadDropDownListEditor in AutoCompleteMode.Append.
If grouping is applied, the cells of GridViewCheckBoxColumn are not updated after changing their values programatically.
At design-time when you remove a RadGridView instance, its GridViewTemplate instances are not removed.
When you recalculate the value of the parent record in the ListChanged event of the BindingList, NullReferenceException is thrown.
When you apply an html view definition to the master template in hierarchy, the table element on the second level is rendered inappropriately.
If you change AutoSizeRows property's value from true to false, RadGridView's layout is not changed accordingly Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
When you create a column via RadGridView Property Builder, its unique name causes row filtering to not work. Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
You cannot expand the last row on 2nd level, when the grid is in hierarchy mode.
When you do HTML text formatting of cell and its width is less than the text width, the cell bounds are overlapped.
If you set the HeaderText property of a specified column through grid property builder and re-open it, you will see that the HeaderText value is set to its default value instead of the empty string.
In hierarchy grid when EnableAlternatingColor property is to true, the rows' background color in child GridViewTemplate is not alternated.
Subscribe to RowValidating event and cancel it by setting e.Cancel = true. When you try to add a new row, you are allowed to do so, although you should not be.
When you have a parent-child relation in GridView and try to add a new row in the datasource programmatically, the new row does not appear in the child table. Note: At the first time the row is shown. If you try to add second new row, it does not appear in the grid.
When New row is at the bottom and it is current and you try to submit a new record, the events RowValidating and CurrentRowChanged are not fired.
The invisible columns are not shown in Column Chooser Form, when the form is shown before data binding with its data source.
When keyboard navigation is performed, the scrolling position is wrong. Therefore the selected row is not shown in the visible area of RadGridView.
When you add A new child record by a binding source, RadGridView does not reflect this change.
When GridViewComboBoxColumn is bind to data source of type dictionary, the NullReferenceException is thrown.
The ArgumentOutOfRangeException is thrown when the user tries to resize a column in RadGridView with applied auto-size columns fill mode.