Sorting of fields in the grid does not work

After the last update 9

.7.011, sorting does not work in an application like GRID.
Try making a simple query with the example JOIN:
SELECT a.Codice,
a.Descrizione
FROM Accessori a
LEFT JOIN SitCli sc ON sc.Codice = a.Codice
By inspecting the code in the consol Javascript appear TAG PHP, which should not be visible

Descrizione

same problem.
9.7.012 doesn’t work too.

The problem is still present with version 9.7.012 …
To the gentlemen of Scriptcase please resolve the problem as soon as possible … Thanks

Hello, I’m trying to simulate this error, but without success. When I inspect the code, It possible to see the call function like this: javascript:nm_gp_submit2(‘customerid’).
I’m not being able to find out the error, since my application is calling correctly.

Coud you tell me how this application is configurated?
As I got, you are just creating a simple grid and executing, is’nt?
Let me know more details about that. I’m waiting your feedback.

try to create a grid with a sql query that connects two tables with JOIN as an example in the previous post reported … it should give you the problem.
my database is MariaDb

Hello, finally I got the error. I’m already passing the error to our development team.