Completed
Last Updated: 25 May 2011 04:48 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Feature Request
1
Currently RadGridView does not show error indication when the ErrorProvider.SetError method is called
Completed
Last Updated: 24 May 2011 02:29 by Svetlin
In self-referencing hierarchy of RadGridView, the first column that contains the row expander is not sized correctly when the BestFitColumns is performed.
Completed
Last Updated: 18 May 2011 06:40 by Svetlin
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.
Completed
Last Updated: 18 May 2011 04:31 by Svetlin
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.
Completed
Last Updated: 18 May 2011 02:31 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
0
When AllowColumnReorder is false (and grouping is also turned off) dragging operation should not start.
Completed
Last Updated: 17 May 2011 09:20 by Svetlin
If the RadGridView is in multi-select mode, many rows are selected when scrolling is performed by mouse dragging.
Completed
Last Updated: 13 May 2011 04:04 by Svetlin
The ArgumentOutOfRangeException is thrown when the user tries to resize a column in RadGridView with applied auto-size columns fill mode.
Completed
Last Updated: 10 May 2011 04:30 by Svetlin
When you add new row to RadGridView and it does not obey the filtering condition, the scroll bar is updated incorrectly.
Completed
Last Updated: 04 May 2011 04:45 by Svetlin
When GridViewComboBoxColumn is bind to data source of type dictionary, the NullReferenceException is thrown.
Completed
Last Updated: 12 Apr 2011 08:32 by Svetlin
The BestFitColumns algorithm should be performed for columns groups in ColumnGroupsViewDefinition.
Completed
Last Updated: 08 Apr 2011 05:08 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
The property builder closes when you select a child template and remove it from the tree
Completed
Last Updated: 07 Apr 2011 04:06 by ADMIN
- Create a new project 
- Add RadGridView
- Setup a mixed hierarchy mode
- Expand several nodes so the vertical scrollbar appears
- Scroll down
Completed
Last Updated: 04 Apr 2011 08:43 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
If you set the CurrentRow property to null when adding a row, it is not possible to select the same row again
Completed
Last Updated: 31 Mar 2011 01:27 by ADMIN
FIX. RadGridView incorrect tooltips when scrolling is performed.
Completed
Last Updated: 29 Mar 2011 09:27 by ADMIN
- 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
Completed
Last Updated: 23 Mar 2011 05:26 by Svetlin
When keyboard navigation is performed, the scrolling position is wrong. Therefore the selected row is not shown in the visible area of RadGridView.
Completed
Last Updated: 23 Mar 2011 02:39 by ADMIN
RadGridView PropertyBuilder throws exception when trying to open the FilterDescriptors for a column
Completed
Last Updated: 18 Mar 2011 08:07 by Svetlin
When you add A new child record by a binding source, RadGridView does not reflect this change.
Completed
Last Updated: 16 Mar 2011 08:28 by ADMIN
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
Completed
Last Updated: 07 Mar 2011 08:27 by ADMIN
FIX. RadGridView does not accept newly entered values when the form is being hidden and shown again.