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.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
10
Sorting of RadGridView slows down its performance when the control is used in self-reference hierarchy mode.
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.
Completed
Last Updated: 11 Feb 2014 11:20 by ADMIN
FIX. RadGridView - reloading the datasource with auto size columns mode to fill and hidden row header column, causes the first column to expand of every data source setting with one pixel
Completed
Last Updated: 13 Dec 2018 12:01 by Luca
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Bug Report
0
If current culture uses comma as delimeter, the MS Excel cannot handle the decimal values in a right way.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
Assigning a custom type convertor to the column's DateTypeConvertor property does not work as expected.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
0
Curently ExportToExcelML does not support DateTimeOffset types
Completed
Last Updated: 13 Feb 2014 09:05 by Svetlin
When you set the data source of the grid to null in self-reference hierarchy, the exception has been thrown.
Completed
Last Updated: 13 Feb 2014 09:01 by Svetlin
BestFitColumn does not calculate the size of the first column in self-referencing appropriately. Also if you perform the operation twice, the expander signs will disappear.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
When exporting to excel through ExportToExcelML class, Guid type values are not exported.