Page 1 of 1

(SOLVED) Problem with GRID in version 3.2

Posted: Tue Jun 06, 2017 3:49 pm
by marcosfpa
Look what happened to me. After upgrading to version 3.2 (may be coincidence) see what is happening in a GRID of a Dynaform:
I insert a data into a GRID field and when the information is saved disappears and the message "[object Object]" is in place. Sometimes in addition it happens that the missing die reappears in the next field in the same GRID ...

What can this be?
Screenshot_1.png
Screenshot_1.png (88.36 KiB) Viewed 6798 times

Re: Problem with GRID in version 3.2

Posted: Tue Jun 06, 2017 8:19 pm
by amosbatto
I haven't seen this problem before. Are those text fields whose mode property is set to "view"? Is this old data entered when it was version 3.1.2 and then upgraded to PM 3.2 or is this new data entered when it was already version 3.2? What browser are you using and what version of PHP?

Re: Problem with GRID in version 3.2

Posted: Tue Jun 06, 2017 9:06 pm
by marcosfpa
It happens in both situations, both old data that was in version 3.1.2 and new inserted after the update to 3.2.
Some fields are in view mode, but not those that are populated ...
CHROME Browser and PHP Version 5.6.4 ...

Re: Problem with GRID in version 3.2

Posted: Tue Jun 06, 2017 9:54 pm
by amosbatto
Do you see the same problem in Firefox and Internet Explorer? That will tell us if it is a JavaScript issue. Can you post your grid variable from the debugger?

Re: Problem with GRID in version 3.2

Posted: Wed Jun 07, 2017 9:29 pm
by marcosfpa
After a lot of trying I managed to solve by changing the position of the fields in GRID ...
I was also giving ARRAY conversion error in STRING, something related to REPORT TABLES ...

Re: (SOLVED) Problem with GRID in version 3.2

Posted: Wed Jun 07, 2017 10:19 pm
by amosbatto
Very strange that the order of the fields would affect it.

Re: (SOLVED) Problem with GRID in version 3.2

Posted: Mon Dec 18, 2017 10:24 am
by ajcosta
I had the same problem in my GRID after upgrading from 3.1.3 to 3.2.1 Community version.
Had to change my upload file column to the last position in the grid and that solved the problem.