Completed
Last Updated: 01 Dec 2015 14:07 by Svetlin
Workaround:

List<object> list = new List<object>(array);
this.radGridView1.DataSource = list;
Completed
Last Updated: 04 Jun 2012 03:24 by ADMIN
There is an exception in RadGridView when using conditional formatting and sorting the grid descending.
Completed
Last Updated: 20 Oct 2014 13:53 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: GridView
Type: Feature Request
0
Let's say that we have the following scenario: the end-user clicks the checkbox editor of RadGridView. The developer might want to commit the value in the corresponding cell right after the end-user clicks the checkbox and it also might be required that the edit mode is ended. Currently, you can commit a value in the cell, but you can't end the edit mode of RadGridView.
Completed
Last Updated: 01 Jun 2012 07:01 by ADMIN
The following line leaves the visual lines of the child templates selected:
this.radGridView1.ClearSelection()

To workaround the issue use this.radGridView1.TableElement.UpdateView() after clearing the selection.
Completed
Last Updated: 12 Jun 2014 06:57 by Jesse Dyck
ADMIN
Created by: Nikolay
Comments: 2
Category: GridView
Type: Bug Report
11
RadGridView should support indexed full-text search out of the box.
Completed
Last Updated: 30 May 2012 03:51 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
I have a problem with read only columns. 
When I paste a value (CTRL+V) on a cell from a read only column the value from that cell is changed with the value from the clipboard.
Completed
Last Updated: 13 Feb 2014 09:03 by ADMIN
steps to reproduce the bug:

1. run HtmlViewTest.exe
2. don't re-size the form (keep the horizontal scroll bar visible in grid)
3. keep editing column4 several times
4. System.NullReferenceException will be thrown
Completed
Last Updated: 29 Jun 2015 10:44 by ADMIN
Stack Overflow Exception in the CellValueNeeded Event after sorting when RowIndex, ColumnIndex arguments is used
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
The Expression Editor should be able to make expressions for a column in the parent template getting data from the child views.
Completed
Last Updated: 21 May 2012 08:30 by ADMIN
FIX. RadGridView - exception when BestFitColumns is called during data update
Completed
Last Updated: 17 May 2012 08:38 by Svetlin
You cannot changed the value of a check box cell for more than one child rows in object relation hierarchy.
Completed
Last Updated: 17 May 2012 07:38 by ADMIN
If the child template of a grid has a HtmlViewDefinition and AutoSizeColumnsMode property set to Fill, the cells are not measured properly when the row is resized horizontally.
Completed
Last Updated: 13 Feb 2014 13:23 by Jesse Dyck
Horizontal scroll bar should appear when auto size columns mode is enabled and columns has minimum width that cause the total width of the columns to be more that the visible area width.
Completed
Last Updated: 14 May 2012 13:02 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
1. Create a new project with RadGridView and bind it.
2. Add a button and when handling its Click event set the CurrentRow to null.
2. Run the project.
3. Start narrator.
4. Sort by some column.
5. Click the button.
Completed
Last Updated: 10 May 2012 06:56 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
0
In html view definition and hierarchy mode, the RadGridView throws exception when the TableElement is in explorer bar mode.
Unplanned
Last Updated: 29 Mar 2016 14:44 by Jesse Dyck
Here is how this issue can be worked around:
void radGridView1_CellEditorInitialized(object sender, GridViewCellEventArgs e) { ((RadMultiColumnComboBoxElement)e.ActiveEditor).AutoSizeDropDownToBestFit = true; ((RadMultiColumnComboBoxElement)e.ActiveEditor).DropDownAnimationEnabled = false; }
   
Completed
Last Updated: 11 Dec 2015 14:55 by ADMIN
Currently it is not possible to insert custom worksheets (for example notes or a cover page) when exporting via ExportToExcelML
Declined
Last Updated: 14 Dec 2015 14:35 by ADMIN
The control just does not appear in the destination solution.
Completed
Last Updated: 08 May 2012 04:09 by ADMIN
It is necessary to implement GetHashCode to avoid collisions when using this object in dictionaries
Completed
Last Updated: 04 May 2012 23:58 by Jesse Dyck
ADD. RadGridView - add row selection with Space in MultiSelection mode
Notice: This functionality works only in multiselection and EditMode different than
RadGridViewBeginEditMode.BeginEditOnKeystrokeOrF2
RadGridViewBeginEditMode.BeginEditOnKeystroke