When update certain record of underling DataTable, the RadGridView makes this record as CurrentRow. This leads to unwanted scroll and select of this row. Comment: Set the SelectLastAddedRow property of the GridViewTemplate to false.
If RadGridView is instanced, but not added to form's controls or its Visible property is set to false, the ExportToExcelML fails with exporting blank file or throwing exception.
If there are AutoSizeRows = true and TextBox column with Multiline=true then puting the column in edit mode is impossible. Please note that this worked with Q2 2009 SP1, but there are two glitches: - in the first edit, the grid's row loses its heigh - In edit mode if arrow up key is used to navigate inside the text when cursor is in second row, next arrow up press brings the cursor to upper cell instead to the first row of the text.
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).
The exception is thrown if the CellBeginEdit event had been canceled and the form which contains the RadGridView has been closed
If you want to cancel CurrentRowChanging (e.Cancel=true), when you click on next row's check box column, it throws the event twice and the next rows' check box has been improperly checked.
Expand All method does not work as expected if there is grouping applied.
Default sort in excel-like filtering menu always is as text. Should be appropriate for given data type (for example numeric or DateTime)
Include an easy way to clear selection and current row if the data source changed. Currently, it sets the first row as current and there is not a clear way to avoid this on every data source change.
If the child template of a grid has a HtmlViewDefinition and AutoSizeColumnsMode property set to Fill, the cells are not measured properly when the row is resized horizontally.
The issue appears when there are two open child views.
The exception occurs only when AutoSizeRows is set to true and the binding code is inside the form's constructor.
1. Add a summary row 2. Pin the summary row at bottom 3. Change the add new row position to be bottom 4. Try calling the ScrollToRow method
1. Add three columns in RadGridView 2. Fill several rows with long text data 3. Set the AutoSizeColumnsMode property to Fill 4. Run the project 5. Double click between the second and the third column to start the best-fit method
Generating hierarchy with related objects is not working properly. There are no items in second level.
The ScrollToRow method is not working in hierarchy with tabbed child views
The issue occurs when using a BindingSource bound to a DataSet as DataSource for combo box columns in RadGridView.
When switching from a child view that does not contain rows to one containing rows, the child view size is not updated and no child rows are shown.
This issue appears when using hierarchy and the row height is customized.