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: 16 Jul 2015 13:03 by ADMIN
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.
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: 05 Jun 2014 07:08 by Svetlin
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)
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: 14 Dec 2016 14:23 by ADMIN
Implement the 'substring' function for calculated columns.
Completed
Last Updated: 31 Mar 2011 01:27 by ADMIN
FIX. RadGridView incorrect tooltips when scrolling is performed.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
The permanent editor of the cell handles the MouseClick events.
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 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
The issue appears in the following scenario:

1. The RadGridView AutoSizeRows mode is turned on.
2. The user starts to edit a Multiline GridViewTextBoxColumn.
Unplanned
Last Updated: 15 Aug 2017 09:23 by ADMIN
Currently the mixed hierarchy mode does not work for child templates
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
The issue appears when RadGridView is used in AutoSizeRows mode and contains a Multiline column. Editing the value of the CheckBox cell of not fully visible row is not correct.
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: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
0

			
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: 23 Apr 2014 12:56 by Jesse Dyck
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Feature Request
3
Add support for drag and drop operations in column chooser when ColumnGroup view is applied.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
1
Default sort in excel-like filtering menu always is as text. Should be appropriate for given data type (for example numeric or DateTime)
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: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
The issue appears when you perform the following steps in TableElement's Begin/EndUpdate batch operation:

1. Set RadGridView DataSource.
2. Execute the BestFitColumns() method of the control.
3. Set AutoSizeColumnsMode of RadGridView to GridViewAutoSizeColumnsMode.Fill.