FIX. RadGridView - UserAddedRow is not fired when the AddNewRowPosition is Bottom and you tab through the cells to add the row. The result is that the row is added but the event is not fired.
Currently there is no way to sort group rows in RadGridView.
Workaround: use the API of RadGridView to delete the row
Please view the attached project for details
Gridview doesn't update binding source current position after sorting and selecting row with the same offset position from the begining
Chechbox editor issue with value update and BeginEdit operation for next cell
If all rows are expanded in hierarchy, the last scroll position of the vertical scroll bar does not show all available rows from the child template.
The columns are not re sized proportionally when the RadGridView is re sized in auto-size column mode fill.
Exception is thrown if the data source of second template is changed and rows are expanded in hierarchy.
The first row overlaps the GridTableElement's top border when group panel and column's headers are invisible.
The DefaultValueAttribute of Format and FormatInfo properties of GridViewDataColumn causes exceptions when load layout is performed. Comment: this is an issue inside .Net framework.
RadGridView issue: Can not change the Operator or Value of FilterDescriptor in FilterChanging event handler
1. Create a new project with RadGridView and bind it. 2. Use the cell Style property to add custom style to some cell. 3. Add a button and on button click call the Reset method of this style. 4. Run the application and click the button. You will see that the cell border is wrong.
FIX. RadGridView - the Text of GridColorCellElement cannot be set in CellFormatting
Currently each grid is exported in a separate excel file with one or more sheets. It will be good to add the possibility to export a grid to a separate sheet in an existing file.
IMPROVE. RadGridView - In hierarchy the excel-like filtering on child levels to show values only from the rows of the expanded row instead of all rows of the template.
FIX. RadGridView - add property to GridSpinEditorElement which will prevent the value changing with mouse wheel
1. Open the demo application. 2. Select the GridView >> Columns >> Grid Views example. 3. Select table view 4. Select the last column. You will notice that RadGridView scrolls horizontally with 1 pixel.
1. Create a new project with RadGridView and bind it. 2. Add a button and on button click set the CurrentRow to null. 3. Add another button and on button click set the CurrentRow programmatically. 4. Run the project and click the buttons. You will see that the current row is not selected.
FIX. RadDropDownList - exception when filtering the drop down list with predicate