ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Akihiro Inoue on September 27, 2017, 05:54:06 pm

Title: Copy during Selection Model disable
Post by: Akihiro Inoue 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
Title: Re: Copy during Selection Model disable
Post by: paramvir 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