Currently RadGridView does not show error indication when the ErrorProvider.SetError method is called
In self-referencing hierarchy of RadGridView, the first column that contains the row expander is not sized correctly when the BestFitColumns is performed.
When the excel-like filtering is enabled, the user should be allowed to change the context menu by subscribing for the corresponding event that allows replacing the menu.
When the suggest auto-complete mode of GridViewComboBox is enabled, the RadDropDownListEditor does not perform auto-complete operation when the edit mode is enabled by key stroke.
When AllowColumnReorder is false (and grouping is also turned off) dragging operation should not start.
If the RadGridView is in multi-select mode, many rows are selected when scrolling is performed by mouse dragging.
The ArgumentOutOfRangeException is thrown when the user tries to resize a column in RadGridView with applied auto-size columns fill mode.
When you add new row to RadGridView and it does not obey the filtering condition, the scroll bar is updated incorrectly.
When GridViewComboBoxColumn is bind to data source of type dictionary, the NullReferenceException is thrown.
The BestFitColumns algorithm should be performed for columns groups in ColumnGroupsViewDefinition.
The property builder closes when you select a child template and remove it from the tree
- Create a new project - Add RadGridView - Setup a mixed hierarchy mode - Expand several nodes so the vertical scrollbar appears - Scroll down
If you set the CurrentRow property to null when adding a row, it is not possible to select the same row again
FIX. RadGridView incorrect tooltips when scrolling is performed.
- 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
When keyboard navigation is performed, the scrolling position is wrong. Therefore the selected row is not shown in the visible area of RadGridView.
RadGridView PropertyBuilder throws exception when trying to open the FilterDescriptors for a column
When you add A new child record by a binding source, RadGridView does not reflect this change.
FIX. RadGridView - unable to suppress MouseWheel event in RadDateTimeEditor To solve the issue you can handle the MouseWheel event of the hosted textbox: editorElement.TextBoxElement.TextBoxItem.HostedControl.MouseWheel When handling this event you should convert its arguments to HandledMouseEventArgs and set the Handled property to true
FIX. RadGridView does not accept newly entered values when the form is being hidden and shown again.