cancel
Showing results for 
Search instead for 
Did you mean: 

Copy paste in matrix

Former Member
0 Kudos

I have created a form using screen painter.In this form, I have added a matrix .This matrix is binded to datatable and some data is repeated.So the client copies the data from one cell and paste's it to another cell. But since the matrix is binded to datatable, data is not getting copied.

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi Dilip,

This should be perfectly possible even without the support of any coding.

Only need to make sure the source cell and target cell is of compatible data type.

I mean, you obviously cannot copy a string 'abc' into date column.

Regards

Edy

Former Member
0 Kudos

I have choosed AlphaNumeric as data type.I can copy paste in debug mode but when I create addon and deploy it I can not paste.