Hi, my problem is when I'm trying to post a parameter with special characters to the subgrid from a master grid( using $opt["subgridparams"]) I'm getting error empty error message. If I check in my browser developer view the Query Parameter settings, I can see that those parameters which have anything else beside simple latin characters, there it is unable to decode value.
So fro example if I it is 'Mezőkövesd' then it has this problem because of ő and ö in it.
Is it posssible to solve this somehow?
Ok, I found the solution. When posting data to subgrid, use urlencode.
example:
$opt["subgridparams"] = urlencode("city, first_name, last_name");
Hello,
Can you email me code and database sql dump (test data) to regenerate case?
You can email me at [email protected]