Unplanned
Last Updated: 16 Jan 2023 11:40 by ADMIN
Martin
Created on: 14 Jan 2023 15:50
Category: VirtualGrid
Type: Feature Request
1
RadVirtualGrid: Split up RadVirtualGridElement.Paste into two parts or make GetHtmlData/GetTextData/GetCsvData protected.

RadVirtualGridElement.Paste does not support pasting into new rows.

I want to override RadVirtualGridElement.Paste to allow to to paste into new rows. Except when I do so, the methods to retrieve information from the clipboard (GetHtmlData/GetTextData/GetCsvData ) are private.

So now I have one request, two solutions:

  • Make GetHtmlData/GetTextData/GetCsvData  protected so I can call them when I override Paste.
  • Or split up the Paste method into two sub-methods:
    • One sub-method to retrieve the information from the clipboard which will result in a list of list of strings (like: GetClipboardData())
    • The second sub-method to do the actually Paste the list of list of strings into the grid (like: Paste(List<List<string>> data)). Of course this sub-method must be virtual.

 

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 16 Jan 2023 11:40

Hello, Martin,

Thank you for the provided suggestion. We will consider it in the future improvement of the control.

I have also updated your Telerik points.

 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.