ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: YONGHOO KIM on June 24, 2020, 01:28:06 pm

Title: Inquiry for copy and paste action.
Post by: YONGHOO KIM on June 24, 2020, 01:28:06 pm
hi
we use

var editModel = {
    clicksToEdit: 1,
};


When I copy multiple cell first like below
A
B
C
and paste into editing mode cell and then data will be set into just one cell with space like "A B C". (case 1)
If I grep any 2 more cell and paste the data will be set same as what I copied (case 2)
A
B
C

The question is if I paste into editing mode cell, I don't want to set data like "A B C" (case 1)
Do you have any way to express data row by row like case2?
Title: Re: Inquiry for copy and paste action.
Post by: paramvir on June 24, 2020, 01:39:31 pm
Please use

Code: [Select]
editor: {
      type: "textarea"
},

to have a column with multiline support.

Example: "Shipping Address" column in https://paramquery.com/pro/demos/editing_custom