Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Copy Column/Row values to Clipboard
posted

I want to implement "Copy to Clipboard" functionality as below

1: copy current cell value

2: Copy selected row/s

3: copy selected column/s

4: copy current row (even though someother row/s is/are selected)

Last two items (3 and 4) in the above list are tricky as "Column Selection" is not allowed.

  • 469350
    Offline posted

    I'm not sure what you are asking. Have you tried using the AllowMultiCellOperation feature? This might give you most of what you want to do.