Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
If you have an object that has a property that returns another type of object and you want to choose the value of this property by getting it from a GridViewComboBoxColumn, you will notice that currently this is not possible.
COMMENT: This scenario is not possible. However we added support for subproperty binding in GridViewComboBoxColumn. For example:
FieldName = "MatrixParameter.ID"
Completed
Last Updated: 09 Jul 2014 08:27 by ADMIN
Customize the default DateTime filtering in order to allow scenarios, when the end users enters both date and time part, or only time and filter is applied based on the chosen criteria.
Completed
Last Updated: 06 Jul 2011 02:51 by Svetlin
If you show a message box dialog in the SelectionChanged event of RadGridView, you need to click twice to minimize the form.
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: 04 Jul 2011 07:49 by ADMIN
1. Create a new project containing RadGridView and bind it
2. Set the AddNewRowPosition property to Bottom
3. Add validation logic in RowValidating event
4. run the project and try to add a new row with wrong values
Completed
Last Updated: 04 Jul 2011 02:37 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
1
ADD. RadGridView - add new column - link column.
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.
Completed
Last Updated: 01 Jul 2011 07:47 by Svetlin
Copy and paste of GridViewComboBoxColumn should perform the operation over the display member instead of the value member.
Completed
Last Updated: 11 Dec 2015 14:55 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Feature Request
0
Transfer the pinned status of grid's columns and rows to the exported excel file.
Completed
Last Updated: 28 Jun 2011 10:40 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: GridView
Type: Bug Report
0
UserAddedRow should be fired after all tasks related to the process of adding a row are completed. This will allow our users to set the current row after a row is added.
Declined
Last Updated: 20 Apr 2015 10:52 by ADMIN
When RadGridView is in virtual mode, a StackOverflowException occurs if sorting or filtering is performed.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
Added rows are lost in the following scenario of unbound RadGridView:
1. Setup master template;
2. Add rows to the master template;
3. Setup child template.
Completed
Last Updated: 23 Jun 2011 05:26 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
This happens when using custom object relational hierarchy
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
0
The MinHeight property of group rows is not considered when the control is in AutoSizeRows mode.
Completed
Last Updated: 26 Nov 2015 13:13 by ADMIN
After a couple clicks, grid's context menu becomes unresponsive when using RadGridView through remote connection and Windows 7
Completed
Last Updated: 21 Jun 2011 07:29 by ADMIN
1. Create a new project and add RadGridView
2. Setup a column groups view
3. Set the ShowHeader property to false for one of the column groups
4. Set also the PinPosition to Left for the same column group
5. Run the project
Completed
Last Updated: 20 Jun 2011 04:12 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
0
In hierarchical mode, when a filtering cell is edited and expanded row appear, the cell closes its editor.
Completed
Last Updated: 14 Jun 2011 02:04 by ADMIN
IMPROVE. RadGridView - AllowFiltering property for a column, should hide its filter operator text
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
When applying a filter to RadGridView, there is inconsistency between underlying data source current row and grid's current row.
Completed
Last Updated: 23 Jul 2015 14:11 by ADMIN
There is wrong current row selection for bound RadGridView, when using AddNew and ResetBindings methods on same BindingSource.