The RadGridView ScrollToRow functionality does not work correctly when the target row is in child hierarchy view. COMMENT: Actually this is not a bug. The described method should check whether the lastRow field is expanded. If it is not expanded, the method should expand the row, or it should ignore it.
- Create a new project containing RadGridView - Build hierarchy with large text data in cells - Set the AutoSizeRows property to true and AutoSizeColumnMode to Fill - Run the project, scroll down and try to click on a cell
The issue appears when the RadGridView control has a Multiline GridViewTextBoxColumn and applied AutoSizeRows functionality.
Row reorder feature not work in unbound mode RadGridView with self-reference hierarchy
Add an API for easy switching to sort by DisplayMember in combo-box column.
When I binded such datatable to GridView it freezed during expand tree node. I also test it with RadTreeView and it works fine.
When the RadGridView is bind to a data source, which contains a flagged enum, an instance of GridViewComboBoxColumn should be added and its editor should be checked drop down list.
When you define a data source which contains display value for null value, the display value does not appear in the column's cells.
The BestFitColumns algorithm should be performed for columns groups in ColumnGroupsViewDefinition.
The mouse drag selection does not work when the SelectionMode of the control is CellSelect and RowSpacing is defined.
In some particular cases it is possible to experience a undesired scroll behaviour in RadGridView with lots rows. When clicking on first or second grid's row, it scrolls on row down and the first row goes out of sight.
The property builder closes when you select a child template and remove it from the tree
If you have a scenario which involves localization and you have columns with empty strings, these empty string values are serialized in the localization files.
- Create a new project - Add RadGridView - Setup a mixed hierarchy mode - Expand several nodes so the vertical scrollbar appears - Scroll down
Vertical scrolling in HtmlViewDefinition is wrong when the RowSpacing property set to value greater that zero The same issue occurs in ColumnsGroupViewDefinition (See Ticket ID: 410535)
If you set the CurrentRow property to null when adding a row, it is not possible to select the same row again
Implement the 'substring' function for calculated columns.
FIX. RadGridView incorrect tooltips when scrolling is performed.
The permanent editor of the cell handles the MouseClick events.
- Create a new project containing RadGridView - Clear the selection and reset the current row on a button click - Click the button - Select the same row again - Click the button - Click in the same row and cell - you will notice this time you can't select it