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 columns are reorder by the user RadGridView should persist these settings through the Save/LoadLayout routines.
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.
When you edit a cell of a GridDateTimeColumn which is near the screen bounds, a part of the RadDateTimeEditor's popup is outside these bounds. Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
Add a Card view layout.
When you do HTML text formatting of cell and its width is less than the text width, the cell bounds are overlapped.
In hierarchy grid when EnableAlternatingColor property is to true, the rows' background color in child GridViewTemplate is not alternated.
When using Entity Framework as data source for RadGridView when deleting child rows the IndexOutOfRange exception is thrown.
Cell value is not persisted when adding new row with down arrow and "add new row" position is at bottom
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, the end user, chose "Equals" for filter in Boolean column, the unchecked check box element is shown, but the records remains unfiltered. It should shows only records with value=false (unchecked).
Comment; We still don't have such property in the Templates. There should be AllowMultiColumnSorting proeprty at GridViewTemplate.
RadGridView's SelectAll method does not trigger SelectionChanged event.
Allow changing the header row height when RadGridView is set to ColumnGroupsViewDefinition.
There is a validation condition for a given cell, implemented through the CellValidating event. The end user enters a wrong value and hits tab key. Validation occurs and the value has prevented from confirming. However, if after that the user presses escape key, the old value is not returned as expected.
The exception is thrown if the CellBeginEdit event had been canceled and the form which contains the RadGridView has been closed
The should be able to operate with a threestate checkbox in RadGridView.
Export the Winforms' RadGridView to html file format.
Export the Winforms' RadGridView to cvs file format.