Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
Martin
Created on: 13 Jan 2023 12:42
Category: UI for WinForms
Type: Feature Request
1
RadVirtualGrid - Request to make CopySelection / CutSelection / Paste virtual.

RadVirtualGrid is created to support a million records or more. Still it contains some "heavy" operations like CopySelection/CutSelection/Paste which can take a long time.

I would like to intercept these methods so I can show a "Please wait"-window during the operation. Furthermore I have the need to set a flag to true when such a operation is executing. 

2 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 17 Jan 2023 09:37

Hello Martin,

Your suggestion is meaningful. You could override the CopySelection and CutSelection methods and perform custom logic for handling these scenarios. Therefore I will mark this feature request as approved. When our team starts working on this request, the status of the item will be updated so that you can be notified of its status change.

Your Telerik Points are updated for bringing this to our attention.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Martin
Posted on: 15 Jan 2023 12:34
Correction: Paste is already virtual.