Unplanned
Last Updated: 09 May 2025 13:31 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: VirtualGrid
Type: Feature Request
0
Expose a MemberName property that gets the memberName value assigned in the ColumnSortDescriptor's constructor. At first sight it seems that the option should be read-only, but we can explore the options to allow setting it as well.
Unplanned
Last Updated: 15 Apr 2025 09:26 by Martin Ivanov
Add the option for the user to be able to double click on the resize handle displayed when the mouse is between two headers. On double click, the associated column should auto-resize so that its width fits the header text's length.

This feature is available in RadGridView for WPF.
Unplanned
Last Updated: 15 Apr 2025 09:16 by Martin Ivanov
Add a vertical text alignment option for the text in the cells and headers of RadVirtualGrid.
Unplanned
Last Updated: 21 Jan 2025 11:00 by Stenly
Currently, the RadVirtualGrid control does not provide the functionality to copy the column headers as the RadGridView does. We can extend the copy functionality to contain such behavior.
Unplanned
Last Updated: 16 Oct 2024 13:24 by Martin Ivanov
Add an event (for example named QueryCursor) to the RadVirtualGrid control, that is invoked each time the control tries to replace the Mouse.OverrideCursor static property's value. The event should give information about the new cursor (also possibly for the old one) and it should allow the developer to replace the cursor with its own instance. 
Unplanned
Last Updated: 05 Jun 2024 10:03 by ADMIN
Created by: Zach
Comments: 1
Category: VirtualGrid
Type: Feature Request
0
Add the Filter Row filter mode functionality to VirtualGrid similar to the GridView.
Declined
Last Updated: 19 Dec 2023 09:19 by ADMIN

HeaderSizeNeeded is fired twice with the same index and affects the header row width. 

Unplanned
Last Updated: 14 Nov 2023 09:45 by Joe
Add a way to save the Filter/Sort/Group descriptors to a string or a file. 
Completed
Last Updated: 06 Nov 2023 11:58 by ADMIN
Release R3 2023 SP1
Update the FitColumnWidthToContent method to return the measured width.
Unplanned
Last Updated: 19 Jul 2023 11:52 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: VirtualGrid
Type: Feature Request
1
Currently RadVirtualGrid allows you to set the visibility of the horizontal and vertical grid lines, and also adjust their stroke brush. Add the option to set also the stroke thickness, and to allow these settings to be conditionally applied per row and column. This will allow you to change the stroke and thickness of a specific vertical or horizontal line.
Completed
Last Updated: 25 May 2023 13:35 by ADMIN
Completed
Last Updated: 27 Mar 2023 09:44 by ADMIN
Release LIB 2023.1.327 (27 Mar 2023)

Cell contents are missing when the header size is assigned through the e.Size property of the HeaderSizeEventArgs in the HeaderSizeNeeded event handler of RadVirtualGrid.

This happens only for some of the cells and when the viewport has many rows and columns.

To work this around, instead of setting the header size in the HeaderSizeNeeded event handler, use the ColumnWidth property of RadVirtualGrid.

<telerik:RadVirtualGrid ColumnWidth="50" />

Unplanned
Last Updated: 30 Dec 2022 11:32 by ADMIN
Created by: Sam
Comments: 1
Category: VirtualGrid
Type: Feature Request
1
Add Support For Header Text Orientation (Rotation) by programming On Virtual Grid.
Unplanned
Last Updated: 25 Oct 2022 09:11 by Martin Ivanov
Currently, the RadVirtualGrid control doesn't support selecting the cells of the pinned columns. Add support for this.
Completed
Last Updated: 08 Aug 2022 13:31 by ADMIN
Release LIB 2022.2.815 (15 August 2022)
We could include this functionality in the event arguments of the CellDecorationsNeeded event, similarly to the way that the Foreground and Background properties are set. This way, the cells will have more customization options.
Completed
Last Updated: 05 Apr 2022 06:30 by ADMIN
Release R2 2022
ADMIN
Created by: Stefan
Comments: 3
Category: VirtualGrid
Type: Feature Request
23

			
Unplanned
Last Updated: 07 Mar 2022 11:59 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: VirtualGrid
Type: Feature Request
0
Usually, you can set the AutomationId of a FrameworkElement using the AutomationProperties.AutomationId attached property. However, because of the specific implementation of RadVirtualGrid, there are no separate visual elements per row or cell, so you cannot use the approach with the attached property. But, there are custom automation peers for the cells which can be customized. Add an API that allows you to set the AutomationId of the cells when the peer (VirtualGridCellInfoAutomationPeer) or the cell info is created.
Unplanned
Last Updated: 19 Feb 2021 08:20 by ADMIN
We can introduce the option for resizing the columns in code such as Winforms feature:  https://docs.telerik.com/devtools/winforms/controls/virtualgrid/columns/resizing-columns-programmatically
Unplanned
Last Updated: 29 Jan 2021 08:26 by ADMIN
Created by: Vladimir
Comments: 0
Category: VirtualGrid
Type: Feature Request
3
Currently the control has a FitColumnWidthToContent method. We can expose similar functionality for the rows. 
Unplanned
Last Updated: 06 Jan 2020 14:32 by ADMIN
Created by: Igor
Comments: 1
Category: VirtualGrid
Type: Feature Request
2
  • Option to get visible rows or cells or check if cell\ row is visible
  • Will be great to have command SelectAllVisible in addition to SellectAll

Thanks,

1 2