Unplanned
Last Updated: 16 Jan 2017 11:31 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
3

			
Unplanned
Last Updated: 23 Jul 2020 08:58 by ADMIN
We can consider introducing functionality that allows users to conditionally style/format the control in a similar manner as the WinForms feature: https://docs.telerik.com/devtools/winforms/controls/gridview/cells/conditional-formatting-cells.
Unplanned
Last Updated: 06 Mar 2018 16:22 by ADMIN
Unplanned
Last Updated: 24 Oct 2016 11:07 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: GridView
Type: Feature Request
3

			
Unplanned
Last Updated: 21 Dec 2021 09:26 by ADMIN
Created by: Stenly
Comments: 0
Category: GridView
Type: Feature Request
3
Currently, the RadGridView control does not provide an API for copying its column groups.
Unplanned
Last Updated: 23 Jul 2020 10:27 by Graham
Created by: Tony
Comments: 4
Category: GridView
Type: Feature Request
3
Introduce a GridViewTimeSpanColumn for handling properties of the TimeSpan type.
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
3

			
Unplanned
Last Updated: 29 Jul 2019 08:01 by ADMIN
Currently, a CollectionChanged notification of the bound collection needs to be raised for the Filtering/Sorting/Grouping to be updated.
Unplanned
Last Updated: 08 Aug 2016 09:38 by ADMIN
Unplanned
Last Updated: 30 Apr 2019 15:17 by ADMIN

Add a property to the RadGridView that provides a distinct template for adding a new row.

Sometimes you have classes with no default constructor. Those classes may have properties that are read-only after construction. This cannot be handled in the RadGridView, because you only have the choice of a CellEditTemplate. (I'm envisioning something akin to the RowDetailsTemplate.)

Example: I have a class that defines a invoice match for payment application. Once the invoice is set it cannot be changed. The user can still edit the match, but they're only allowed to edit the amount to be applied.

Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
3

			
Unplanned
Last Updated: 14 Mar 2018 14:42 by Vladimir
Unplanned
Last Updated: 03 Feb 2021 08:28 by JUI CHENG
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
3

			
Unplanned
Last Updated: 25 Mar 2019 09:15 by ADMIN
When format cell is copying from Excell, only the formatted value is passed into the RadGridView.
Unplanned
Last Updated: 25 Jul 2023 14:35 by Martin Ivanov

Currently, if RadGridView is bound to a INotifyCollectionChanged collection and the collection class raises the CollectionChanged event with NotifyCollectionChangedAction set to Add, Remove or Insert, RadGridView is not updating its items properly when the OldItems or NewItems collections contain more than 1 items.

Add support for this scenario.

Unplanned
Last Updated: 14 Jan 2019 13:07 by ADMIN
Expose a SearchText property so that search as you type can be achieved through a custom TextBox instead of the GridViewSearchPanel.
Unplanned
Last Updated: 17 Dec 2020 11:52 by ADMIN
Created by: Heiko
Comments: 2
Category: GridView
Type: Feature Request
2
The GridViewSelectColumn is a very nice and useful feature, especially the possibility to select all items with just one click on the header. It would be great if there was the same functionality for the group header. So clicking on a checkbox in group header will select all items in this group (only). I know there are some examples (many years old) of how to do this, but it would be much better if it worked out-of-the-box.
Unplanned
Last Updated: 23 Feb 2021 08:11 by ADMIN
Created by: Dinko
Comments: 0
Category: GridView
Type: Feature Request
2

You are able to resize columns using the columns gripper. The corresponding group will be automatically resized. We can provide a way to resize the column groups. The columns inside the group will be automatically resized with the group.

Unplanned
Last Updated: 11 Mar 2021 17:22 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: GridView
Type: Feature Request
2
Add a separator element under the last pinned row, similar to the frozen columns splitter. The visual could be e horizontal line shown at the bottom border of the row.
Unplanned
Last Updated: 22 Mar 2021 18:30 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: GridView
Type: Feature Request
2
The row arrangement is implemented correctly, but because of rounding errors, gaps and rows overlapping may appear during the WPF render phrase. This happens if the boundaries of the row containers use too high precision for its values (top, left, bottom, right). Consider improving this by rounding the boundary values before calling the Arrange() method of the row's container.