How can I select multiple rows?
How can I ensure multi-rows being selected can be copied and pasted to a notepad?
Hello KSomi,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Thank you for your post. I have been looking through it and I suggest you use the AllowClipboardOperations property to set which operations to use. You should set the CellClickAction to SelectRecord so that you can select the whole record. There are also ClipboardCellSeparotor and ClipboardRecordSeparator properties which you can set. About your first question, I tested this behaviour on version 10.3 where selection type is multiple by default.
If you have any further questions on this matter do not hesitate to ask.