ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
How to copy cell data with customized format
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to copy cell data with customized format (Read 2250 times)
ccc
Newbie
Posts: 2
How to copy cell data with customized format
«
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:
Code:
[Select]
{
id: 1,
ETA: '2017-01-24T00:00:00',
country: {name: 'Japan', code: 'JP'},
}
When copy, we want to get
Code:
[Select]
01-24-2017
JP: Japan
Sample code:
https://jsfiddle.net/ccchc/vyc7ync3/37/
Best Regards.
«
Last Edit: February 10, 2017, 08:38:07 am by ccc
»
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: How to copy cell data with customized format
«
Reply #1 on:
February 10, 2017, 06:36:25 pm »
Ability to copy render/format cells is quite useful feature. It would be added in next upgrade, thanks for your feedback.
Logged
ccc
Newbie
Posts: 2
Re: How to copy cell data with customized format
«
Reply #2 on:
February 13, 2017, 01:59:26 pm »
Got it!
Thanks!
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
How to copy cell data with customized format