Copy part of the value of the selected cell.

Example: a cell whose value is "qwerty123" and I select only the "qwerty" text (using the mouse pointer) and press ctrl+c.
I want to paste this text in a note, word, etc..

My grid has the following configuration

CheckboxOnly="true" PersistSelection="true" Type="Syncfusion.Blazor.Grids.SelectionType.Multiple">

I know that if I select a row and press ctrl+c, the entire row will be copied to the clipboard, but I don't want this behavior.

Is there a way to achieve this?

Thanks.


1 Reply

BL Balamurugan Lakshmanan Syncfusion Team April 3, 2023 06:03 AM UTC

Hi Javier,


Greeting from Syncfusion support.


From your query, we understood that you need to Copy part of the value of the selected cell. We made a sample as per your suggestion. We could be able to paste this text in a note, word, etc.. Kindly refer the sample file and screenshot for your reference.




Kindly get back to us if you have further queries.


Regards,

Bala.


Attachment: BlazorApp1_ac098507.zip

Loader.
Up arrow icon