Completed
Last Updated: 13 Dec 2011 07:07 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The problem exist for NotifyCollection - CollectionChanged event also. Filter events too.
Completed
Last Updated: 13 Dec 2011 04:17 by Svetlin
When you set the value of unbound column in bound mode of RadGridView, the cell is not updated.
Completed
Last Updated: 12 Dec 2011 09:29 by Svetlin
The CellClick event is fired when the mouse button is released after scrolling.
Completed
Last Updated: 09 Dec 2011 04:56 by Svetlin
The GridSpinEditor of RadGridView changes its value automatically to its maximum.
Completed
Last Updated: 09 Dec 2011 02:58 by ADMIN
I have a radform, drop a gridview on it, go into property builder for the gridview and add a textbox column, make the column read only, do not allow sorting, grouping, or adding, do not show the group panel or the column header row.  The top border is missing.
Completed
Last Updated: 08 Dec 2011 07:29 by ADMIN
1. Create a new project with RadGridView
2. Set ColumnGroupsViewDefinition
3. Save the layout by calling the SaveLayout method
4. Load the layout by calling the LoadLayout method
Completed
Last Updated: 20 Apr 2017 13:05 by Svetlin
GridViewSpreadExport does not export correctly more than one child templates from second level.
Completed
Last Updated: 07 Dec 2011 12:45 by ADMIN
1. Create a new project with RadGridView
2. Create a new ColumnGroupsViewDefinition
3. Change the ViewDefinition property in the Designer.cs file before calling the EndInit method
4. Run the project
Completed
Last Updated: 07 Feb 2014 15:18 by ADMIN
exception is thrown when the ListChanged event send ItemChanged notification before ItemAdded
Completed
Last Updated: 07 Dec 2011 02:13 by ADMIN
1. Drag a RadGridView on a form.
2. Set the EnableFiltering and ShowHeaderCellButtons to true.
3. Fill the grid with data and run the project.
4. Open the filter popup and type something in the text field.
5. Press enter key and the popup will be closed without applying the filter.
Completed
Last Updated: 10 Sep 2015 13:14 by Jesse Dyck
The performance of excel-like filtering when you have more than 5000+ row in RadGridView.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Feature Request
0
Add the hyperlink cell's row and column to the HyperlinkOpening event arguments.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
RadGridView loses the multiple selected rows when it has a sorted column and a cell value is edited.
Completed
Last Updated: 02 Dec 2011 11:53 by ADMIN
1. Create a new project and open a form at design time
2. Add RadGridView
3. Add a GridViewDecimalColumn
4. Set its TextAlignment property to MiddleLeft
5. Run the application
Completed
Last Updated: 11 Feb 2014 13:46 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
2
I still have the performance problem. I have attached the same project extende by a new button/(function to create a new group with one root entry and 100 sub-entries. This takes a while due to the log of the data context, but what really takes me off is the performance of the grid when opening this root entry. On my machine (i5, 4GB ram) it takes about 5-6 seconds for the sub-structure to open. The zip also contains an old version of the program and in the bin/debug folder you can find the "RadTest.exe" (as opposed to the RadTest2.exe), wich will open the sub-structure in no time.
So - there must be something wrong with my way of working the grid.

To reproduce: Run the program, click the "Generate" Button and enter a name for the new group. This will create 101 new entries (1 root, 100 subs), taking about 15-20 secs (which is ok, as I said above).
Then open the "RootEntry" within the group -> takes 5-6 seconds. When the subentries are visible, scrolling the grid vertically is really slow as well.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
The summary row values are not updated in the following scenario:
1. Group by one column and expand one group row.
2. Remove this grouping.
3. Group by second column in a way it creates a group with the same value as the one of the previously expanded group.
Completed
Last Updated: 29 Nov 2011 10:02 by ADMIN
1. Create a new project with RadGridView
2. Enable the multiple row selection and set the second column to be read only
3. Run the project
4. Start selecting from the "add new row" and the second column
5. Move the mouse down
6. Release the mouse button on the second column
Completed
Last Updated: 29 Nov 2011 04:13 by Svetlin
The ValueChanged event of RadGridView is not fired when you select a new item of RadDropDownListEditor in AutoCompleteMode.Append.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
Setting RadGridView CurrentRow to a child row should make the control scroll to this row. This is the control behavior when setting row from the MasterTemplate as CurrentRow.
Completed
Last Updated: 25 Nov 2011 08:20 by ADMIN
IMPROVE. RadGridView - expose the color dialog form in GridColorPickerElement