Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
0
Add support for pinning multiply selected rows at once.
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: 23 Apr 2014 12:56 by ADMIN
The group summary rows are not updated correctly when a data row is moved from one group to another.
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 filtering guid type of values
Completed
Last Updated: 14 Jul 2015 12:52 by ADMIN
Two sequential rows can have the same background in the case of enabled alternating row color functionality. This is an issue when self-reference hierarchy is used and the two rows are not at the same hierarchy level.
Completed
Last Updated: 11 Dec 2015 14:55 by ADMIN
ADMIN
Created by: Stefan
Comments: 4
Category: GridView
Type: Feature Request
25
ADD. RadGridView - add export of ViewDefiniton

1. Add export functionality for ColumnGroupsViewDefinition 
2. Add export functionality for HtmlViewDefinition 
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: 19 Jun 2015 12:42 by ADMIN
ADD. RadGridView should support filtering operations when custom TypeConverters are used.
Completed
Last Updated: 14 Jul 2015 15:39 by ADMIN
The new rows is added in ChildViewExpanded event
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
The bottom-positioned 'new row' has incorrect state after it has been previously initialized and a parent row of the grid is expanded and collapsed several times.
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.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Currently it is not possible to hide the horizontal scrollbar of child views in RadGridView and to use a single root level scrollbar.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
The total summary rows have the same number of indent columns as the group summary rows and it makes them harder to distinguish.
Completed
Last Updated: 16 Jul 2015 15:24 by ADMIN
When add
 
  dg.Relations.AddSelfReference(dg.MasterTemplate,"ID", "IDPARENT");

The event bnds_PositionChanged works only when go with level on another. А within the one level does not work.
 
Operation of the removing does not work too.

Also is not working properly displaying alternative rows.
EnableAlternatingRowColor=true;
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
When the value of the editor is deleted using the Delete key, the events are not fired.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
Steps to reproduce: 
1. Start RadControls for WinForms Q1 2011 Demos 
2. Open RadGridView/Indicate Errors demo application
3. Stretch column Position dragging the right border of the column to right till the end of the screen
4. Stretch column City dragging the right border of the column to right till the end of the screen
5. Scroll on the right to column Phone
6. Scroll back to column Name
6. Point to field King, Robert
7. Incorrect error message "This is not a valid email!" appears
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.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Currently when using RadGridView in AutoSizeRows mode, only the cells that are visible determine the row height.