ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: ccc on February 10, 2017, 08:34:29 am
-
Hello,
We have date/object data in the grid cell, and use format/render to display them.
If we select and copy these cells, can we get the rendered data instead of the raw data?
Sample data of the row:
{
id: 1,
ETA: '2017-01-24T00:00:00',
country: {name: 'Japan', code: 'JP'},
}
When copy, we want to get
01-24-2017 JP: Japan
Sample code: https://jsfiddle.net/ccchc/vyc7ync3/37/ (https://jsfiddle.net/ccchc/vyc7ync3/37/)
Best Regards.
-
Ability to copy render/format cells is quite useful feature. It would be added in next upgrade, thanks for your feedback.
-
Got it!
Thanks!