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
2
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,

Unplanned
Last Updated: 06 Nov 2019 11:56 by ADMIN
Created by: Dinko
Comments: 0
Category: VirtualGrid
Type: Feature Request
1
Create a built-in method which exports the control in .xlsx format.
Completed
Last Updated: 22 Oct 2019 04:54 by ADMIN
Release R3 2019 SP1
Created by: Dragan
Comments: 0
Category: VirtualGrid
Type: Feature Request
5
Add ToolTip support for VirtualGrid.
Unplanned
Last Updated: 09 Oct 2019 08:09 by ADMIN
Expose an API to modify the Filter and Sort icons of the RadVirtualGrid.
Completed
Last Updated: 26 Jul 2019 06:09 by ADMIN
Release LIB 2019.2.729 (07/29/2019)

Currently, to modify the default appearance of the cells you can use the CellDecorationsNeeded event of RadVirtualGrid. The event args exposes a predefined set of properties that can be applied onto the cell. However, there is no text alignment.

Introduce a cell text alignment property in the event args similar to the CellTextAlignment of the RadVirtualGrid itself.

Unplanned
Last Updated: 02 Jul 2019 11:53 by ADMIN
Currently the alternation brush takes precedence over the selection brush. Implement a way to change this behavior.
Unplanned
Last Updated: 15 Mar 2019 02:39 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: VirtualGrid
Type: Feature Request
13
It should have similar behavior to the one in RadGridView https://docs.telerik.com/devtools/wpf/controls/radgridview/columns/column-groups
1 2