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
130
Setting isEditable on a column disables copying the value to clipboard
posted

See: https://codesandbox.io/s/bitter-sun-3d3q4x?file=/src/index.tsx

for an example. 

The 'Name' column will not copy to clipboard when the cell is active and CTRL-C is pressed.

How can I have some columns that are editable and some that are not and still allow copying values for all columns?

Parents
No Data
Reply
  • 34730
    Offline posted

    Hello Charles,

    I have been investigating into the behavior you are seeing, and I have reproduced it. It appears that what is happening in this case is that the input that serves as the editor is getting focus behind the scenes, even if the editor is not actually in edit mode. The columns with isEditable=false do not have this editor, and so the Ctrl+C operation does not work on them at this time.

    This behavior is unexpected, and as such, I have asked our engineering teams to examine it further. To ensure it receives attention, I have logged it in our internal tracking systems with a development ID of 274444. I will be linking it to an internally created private support case that I have made visible to you so that you can be notified when a fix or other resolution becomes available. This case has an ID of C-00225290, and you can access it after signing into your account here: https://account.infragistics.com/support-cases.

    Please let me know if you have any other questions or concerns on this matter.

Children
No Data