Completed
Last Updated: 13 Oct 2011 07:49 by ADMIN
There is an exception when the new row is current and clicking on a column header. Steps to reproduce:

1. click to add a row but don't make a selection
2. click on the row header
Completed
Last Updated: 11 Oct 2011 02:45 by Svetlin
Create GridViewRowInfo's EnsureVisible method overload that expands all parent rows and ensures visibility of the row.
Completed
Last Updated: 03 Oct 2011 07:31 by ADMIN
When there is a read only column and the user navigates with the keyboard the filter cell in the filter row is skipped.
Completed
Last Updated: 26 Sep 2011 04:35 by ADMIN
If you have a cell with value "some date 12:00:00" (12:00:00PM), and you filter the column with:
- Equals "same date 00:00:00" (12:00:00 AM) it shows the PM result (even though the time is different)
- Greater - does not show the PM result and it should
Completed
Last Updated: 20 Sep 2011 04:28 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
When use radGridView with grouped columns and first columns are also pinned, radGridView.TableElement.ScrollToColumn(i) method does not behave properly. See attached example project.
Completed
Last Updated: 13 Sep 2011 06:06 by ADMIN
1. Create a new project with RadGridView
2. Bind the grid to a data source containing 200k rows
3. Allow the multiple row selection (MultiSelect = true)
4. Run the application
5. Select all rows (Ctrl+A)
6. Scroll down
7.Try to select another row
Completed
Last Updated: 12 Sep 2011 03:27 by Svetlin
The selected cells are not cleared when already selected cell is clicked.
Completed
Last Updated: 07 Sep 2011 07:52 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The scenarion is valid for EF ToBindingList functionality.
Completed
Last Updated: 03 Sep 2011 05:35 by Jesse Dyck
When you define a data source which contains display value for null value, the display value does not appear in the column's cells.
Completed
Last Updated: 01 Sep 2011 09:21 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
1
ADD. RadGridView - add kitetic scrolling support
Completed
Last Updated: 29 Aug 2011 04:34 by Svetlin
If you show a hidden form that hosts a RadGridView control instance, the filtering does not perform correctly.
Completed
Last Updated: 29 Aug 2011 03:35 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
1
After updating a cell, the RowsChanged event fires 3 times
Completed
Last Updated: 25 Aug 2011 04:29 by ADMIN
1. Add a RadGridView
2. Create a new method and call it on a button click
2. Create and set a ColumnGroupsViewDefinition
3. Add rows in unbound mode
Completed
Last Updated: 23 Aug 2011 04:37 by ADMIN
Currently the editor cannot be closed using the CancelEdit method when handling the CellValidating event.
Completed
Last Updated: 18 Aug 2011 04:19 by ADMIN
FIX. RadGridView - setting the grid to ReadOnly and then back to normal mode, does not show the AddNewRow
Completed
Last Updated: 10 Aug 2011 08:40 by ADMIN
FIX. RadGridView - header cells incorrect state when column grouping is used. The clicked cells remain Hovered even when the mouse is not longer above the cell.
Completed
Last Updated: 09 Aug 2011 07:57 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
0
FIX. RadGridView - composite filters does not work
Completed
Last Updated: 05 Aug 2011 10:41 by Svetlin
The GetLookUpValue method of GridViewComboBoxColumn throws exception when the column shows enum values.
Completed
Last Updated: 29 Jul 2011 07:53 by ADMIN
FIX. RadGridView - FilterButton for Excel-Like filtering of GridViewComboBoxColumn, shows incorrect ToolTipText
Completed
Last Updated: 25 Jul 2011 11:20 by Jesse Dyck
ADD. RadGridView - add new column type, where each cell has a drop down which displays a calculator (GridViewCalculatorColumn)