Completed
Last Updated: 19 Jan 2016 09:22 by ADMIN
1. Create a new project with RadGridView and setup hierarchy.
2. Run the project.
3. Select the "add new row" and click Escape key to leave edit mode.
4. Press Tab several times. You will see that the current cell is indistinguishable.
Completed
Last Updated: 02 Dec 2010 07:21 by ADMIN
RadGridView should automatically scroll when holding the left mouse button and dragging with the mouse to select more rows for the rows which do not fit in the page.
Declined
Last Updated: 26 Dec 2014 12:47 by ADMIN
Currently it is not possible to change the table header row height when using column groups view definition.
Completed
Last Updated: 05 Jul 2011 06:45 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Feature Request
0
This event will enable canceling the selection operation in RadGridView
Completed
Last Updated: 01 Jul 2011 09:19 by ADMIN
Currently it is not possible to change the DataSource property of RadGridView when handling CellEndEdit or PropertyChanged events.
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.
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.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
In particular customers want to add a button showing the excel like filter popup.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Depending on when the ViewDefinition is applied RadGridView throws an exception or not
Completed
Last Updated: 13 Jan 2012 10:06 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Feature Request
0
But I need to sort the gridview that I am dragging FROM, so the order of the rows does not change when I do that. If I have hundreds of items in a gridview, I want to sort it to be able to find the item that I am looking for, and then drag it to another gridview.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Feature Request
0
We also have another grid (the Microsoft one) and in that one for resizing a vertical line is drawn to indicate the size of your column. Only when you release the mouse is the column actually resized. I think this is better for the performance of the grid. In the attachment you can see what I mean.
Completed
Last Updated: 26 Dec 2014 11:35 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 1
Category: GridView
Type: Feature Request
0
1. By default I cannot paste data on the radgrid if I don't have any rows created.For e.g in a grid with no rows I cannot paste data on the radgrid.Is there any setting to chane this behavior?
2. When I copy data from excel and paste in the grid the column order has to be the same as that in the excel.For e.g in the excel the columns are A,B,C and in the grid the order is C,B,A..Then 'paste' copies A' data to C and C's data on excel to column A on the grid.
Is it possible to trap the pasting programmatically to paste A's data in excel to A's column of the grid.ie. one to one. irrespective of the column order mismatch between the excel and the grid?
Also I should be able to paste data to an empty grid by identifying how many rows needs to be created.
Completed
Last Updated: 10 Feb 2014 07:29 by ADMIN
Possibility user of control to add additional properties for serialization in xml file and load this repository with event to change behavior of control
Completed
Last Updated: 06 Jul 2012 03:31 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
Plese download the attached project and run it.
It uses some of our internal data so plese keep it private.

Once you get the GridView with the data do the following:
1. Click on "Mahine speed" Header to change sort order.
2. Open "Mahine speed" filter and deselect all and select 1
3. Open "Mahine speed" filter and deselect 1 and select 2
4. Open "Mahine speed" filter and deselect 2 and select 3
5. Open "Mahine speed" filter and deselect 3 and select 1

At this point you get the crash.

The above steps are for you to be able to reproduce the issue,, in general terms, the issue happens if I reproduce the same steps in any Combobox column.

This is causing crashes all along my project since most of the forms in my project are gridviews and users use a lot sorting and filtering to get to the needed data.
Declined
Last Updated: 20 Apr 2015 10:55 by ADMIN
StackOverFlow exception when the user sorts a GridView control.  The exception occurs in the CellValueNeeded method when accessing e.RowIndex.  The GridView is in VirtualMode.  The error doesn't occur during the initial load of the data.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Just wanted to request the ability to perform column filtering while the grid view is grouped by that column. Currently, if we wish to filter down the visible release versions, we are required to un-group by the given column, apply the filtering and then regroup by the given column. Not a huge usability issue, but would be great if the little filter icon was accessible while the column was group. Might be tough if excel-like filtering was not enabled. Just a suggestion.
Completed
Last Updated: 09 Jun 2015 05:57 by ADMIN
Just to let you know that if I load the layout into a gridview before the initial data load the formatting of some cells does not work.

Please refer to the attached example. Simply changing the two lines of code will work around the issue.

If the data is reloaded afterwards by means of the third button, the problem does not reoccur. So it's a matter of loading data before loading a layout for the first time.

Workaround: set the DataSource after the layout is loaded
Completed
Last Updated: 11 Feb 2014 11:22 by ADMIN
exception is thrown when the ListChanged event send ItemChanged notification before ItemAdded
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: 14 Jul 2015 15:39 by ADMIN
The new rows is added in ChildViewExpanded event