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.