Author Topic: Copy during Selection Model disable  (Read 1668 times)

Akihiro Inoue

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 32
    • View Profile
Copy during Selection Model disable
« on: September 27, 2017, 05:54:06 pm »
Dear Team,

Unable to copy(Ctrl+C)  data from a non editable cell in case if selection model is null.

Do you have any suggestion to copy a data from the non editable cells

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Copy during Selection Model disable
« Reply #1 on: September 27, 2017, 10:22:34 pm »
Copy cell data is not related to editability / non -editability of cell, but cell selection is required to copy cells to clipboard.

Alternative non - clipboard way can be used with Range().copy() method, copied data with this method can be pasted only within the grid.

https://paramquery.com/pro/api#method-Range