Completed
Last Updated: 17 Nov 2010 03:27 by ADMIN
When RadRadioButton column is bound to a column containing integer values and RadGridView is being reenabled all radio buttons are with ToggleState.On.
Completed
Last Updated: 25 Oct 2010 04:56 by Svetlin
You need to create two manually generated columns and set the AutoSizeColumnsMode to GridViewAutoSizeColumnsMode.Fill. If you set the MinWidth property of the first one and the MinWidth and MaxWidth properties of the second one, the columns do not fill the whole available space of RadGridView.
Completed
Last Updated: 18 Oct 2010 04:36 by Svetlin
When you recalculate the value of the parent record in the ListChanged event of the BindingList, NullReferenceException is thrown.
Completed
Last Updated: 26 Sep 2010 10:19 by Jesse Dyck
ADMIN
Created by: Julian Benkov
Comments: 1
Category: GridView
Type: Feature Request
1
Custom filtering for Enum types, TypeConverter support for business object bind to RadGridView
Completed
Last Updated: 23 Sep 2010 03:01 by Svetlin
If grouping is applied, the cells of GridViewCheckBoxColumn are not updated after changing their values programatically.
Completed
Last Updated: 21 Sep 2010 04:24 by Svetlin
If the NewRowEnterKeyMode value is EnterMovesToLastAddedRow and you press the Enter key to add a new row, this new row is added twice.
Completed
Last Updated: 20 Sep 2010 09:48 by ADMIN
There are visual glitches when using RadGridView in column groups view and RightToLeft is set to true.
Completed
Last Updated: 09 Sep 2010 07:59 by Svetlin
At design-time when you remove a RadGridView instance, its GridViewTemplate instances are not removed.
Completed
Last Updated: 21 Jul 2010 10:20 by ADMIN
This happens after setting in property builder the RadGridViews', DataSource (containing more than one table).
Completed
Last Updated: 17 Jun 2010 07:43 by ADMIN
When using textbox and grid bound to the same datasource, the grid should be updated automatically when the textbox loses focus
Completed
Last Updated: 14 Jun 2010 07:47 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
When using column groups view the last row is partially visible.

Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
Completed
Last Updated: 10 May 2010 08:26 by ADMIN
Set AutoSizeRows and WrapText to true.
Start resizing the form.
You will see that the cell size is wrong.
Completed
Last Updated: 06 May 2010 06:22 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 23 Apr 2010 08:32 by ADMIN
When constructing hierarchy with many nested levels (more that 2) at design time, the serialization fails.
Completed
Last Updated: 23 Apr 2010 03:23 by Svetlin
If you change AutoSizeRows property's value from true to false, RadGridView's layout is not changed accordingly

Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
Completed
Last Updated: 14 Apr 2010 04:46 by ADMIN
The issue appears when there are two open child views.
Completed
Last Updated: 12 Apr 2010 04:37 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
When adding a new row with Enter key the RowValidating event fires as expected. However, you can not cancel the event.
Completed
Last Updated: 06 Apr 2010 08:20 by Svetlin
When you create a column via RadGridView Property Builder, its unique name causes row filtering to not work.

Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
Completed
Last Updated: 06 Apr 2010 03:51 by Svetlin
You cannot expand the last row on 2nd level, when the grid is in hierarchy mode.
Completed
Last Updated: 01 Apr 2010 07:10 by Svetlin
If you set the HeaderText property of a specified column through grid property builder and re-open it, you will see that the HeaderText value is set to its default value instead of the empty string.