Two problems occur when I try to sort a grid by a column:
Problem 1: ScriptCase produces illegal SQL by placing “order by Some_Column asc, limit 0,22” at the end of the generated SQL. (The asc, limit is the problem, or rather, the comma is)
My SQL is very simple: “SELECT *,COALESCE(Join_Date,“Not A Member”) FROM T_Users”
It kind of works. The grid looks as it should. If I try to sort on a column, I get the SQL error above.
Problem 2: (related to Problem 1) the error dialog that pops up shows me raw HTML code for what might be a reasonable error dialog in another galaxy. (Firefox, Chrome, and Brave) I like the HTML but my users will think it looks really buggy and not at all the quality they paid for.