Completed
Last Updated: 06 Nov 2023 11:58 by ADMIN
Release R3 2023 SP1
Update the FitColumnWidthToContent method to return the measured width.
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" />

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: 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.
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.

Completed
Last Updated: 08 Jun 2018 12:23 by ADMIN
Completed
Last Updated: 31 May 2018 10:45 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: VirtualGrid
Type: Feature Request
1

			
Completed
Last Updated: 25 May 2023 13:35 by ADMIN
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

			
Completed
Last Updated: 13 Sep 2017 12:47 by ADMIN
This component will have the goal to achieve fast operations when dealing with millions of records from a data source. This should be accomplished by decoupling the UI logic from data management operations like loading, filtering, sorting and grouping which should be delegated to the server. Since the grid will not have ItemsSource property, the developer will be responsible for managing the data to/from the server through a given events.

Official version of RadVirtualGrid is available from R3 2017 Release of UI for WPF.
Check what's new in R3 2017 here: 
http://www.telerik.com/support/whats-new/wpf/release-history/ui-for-wpf-r3-2017