Completed
Last Updated: 26 May 2011 02:27 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Feature Request
1
Char type filtering should be allowed for all filtering operators supported by the string type (except: StartsWith, EndsWith, Contains and NotContains)
Completed
Last Updated: 25 May 2011 04:48 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Feature Request
1
Currently RadGridView does not show error indication when the ErrorProvider.SetError method is called
Completed
Last Updated: 24 May 2011 02:29 by Svetlin
In self-referencing hierarchy of RadGridView, the first column that contains the row expander is not sized correctly when the BestFitColumns is performed.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
Using conditional formatting removes AlternatingRowColor of the control's rows.
Completed
Last Updated: 23 Apr 2014 12:56 by Jesse Dyck
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Feature Request
6
Print support for RadGridView.
Unplanned
Last Updated: 15 Aug 2017 09:23 by ADMIN
The user should be able to select just part of the text in read-only grid using mouse.
Completed
Last Updated: 18 May 2011 06:40 by Svetlin
When the excel-like filtering is enabled, the user should be allowed to change the context menu by subscribing for the corresponding event that allows replacing the menu.
Completed
Last Updated: 18 May 2011 04:31 by Svetlin
When the suggest auto-complete mode of GridViewComboBox is enabled, the RadDropDownListEditor does not perform auto-complete operation when the edit mode is enabled by key stroke.
Completed
Last Updated: 18 May 2011 02:31 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
0
When AllowColumnReorder is false (and grouping is also turned off) dragging operation should not start.
Completed
Last Updated: 17 May 2011 09:20 by Svetlin
If the RadGridView is in multi-select mode, many rows are selected when scrolling is performed by mouse dragging.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
The issue appears when filter is applied and is used the ExpandAll method.
Completed
Last Updated: 13 May 2011 04:04 by Svetlin
The ArgumentOutOfRangeException is thrown when the user tries to resize a column in RadGridView with applied auto-size columns fill mode.
Completed
Last Updated: 26 May 2014 14:49 by Jesse Dyck
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Bug Report
6
If SqlDataReader object has been used for loading data in RadGridView, column expressions does not work.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
I have create a model Entity  with two table on sql 2008 . 
 Order and detailorder  ( one to many related)
In detailorder  Class in have create a custom property 

public readonly property Amount as decimal
 get
 return qta * price
end get
end property

In order  Class in have create a custom property 
public property TotalAmount  as decimal
 get
 M_TotalAmount  
end get
set (value as decimal)
M_TotalAmount  =value
end set
end property

in the orderdetail class i have added the code
private sub onqtaChaged
	me.Order.RicalculateTotalAmount  
end sub

in the Order class I have added

private sub RicalculateTotalAmount  
Dim total as decimal=0
for each orderdetail in me.orderdetails
	total =total + orderdetail.Amount 
net
end sub

Well.

I have put inside the form a Bindingsource component  (Bindingsource1) and i set a datasource of the OrderEntity
then
I have put inside the form a Bindingsource component   (Bindingsource2)   and i set a datasource of the Orderdetails Entity of OrderEntity

I have put into form some control of Order in binding on Bindingsource1
Then i put a radgridview ad the datasource property set to Bindingsource2

Ok
now i run the project

Now i enter in the cell Qta of radgridview and i change the current value.
With mouse i change focus on the another  textbox  out the Gridview
Radgridview Crash!!

I olso try to :

After run project
Now i enter in the cell Qta of radgridview and i change the current value.
With mouse i change focus on the another  textbox  inside the same datagridrow 
then i change focus inside the another radtextbox out of radgridview
the radgridview work fine.
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 a top summary row is added and the application runs on a 32-bit machine.
Completed
Last Updated: 10 May 2011 04:30 by Svetlin
When you add new row to RadGridView and it does not obey the filtering condition, the scroll bar is updated incorrectly.
Completed
Last Updated: 25 Jan 2016 07:26 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 1
Category: GridView
Type: Feature Request
9
Load-On-Demand - full lazy mode support
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
if you group by diffrent columns - change a grouping - delete a grouping - add another one - 
you'll see that pretty soon the count goes off.
Completed
Last Updated: 04 May 2011 04:45 by Svetlin
When GridViewComboBoxColumn is bind to data source of type dictionary, the NullReferenceException is thrown.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
Adding SortDescriptor to RadGridView and then including the control to the Controls collection of a form makes the descriptor to disappear.