Hello,
I have a new issue about Special Character. Still displays the HTML code when I using Drop down or Autocomplete.
My screenshot as at http://easycaptures.com/4622370964
I have partial code at my program as below, but still in problem.
$e["on_data_display"] = array("filter_display", null, true);
$grid->set_events($e);
function filter_display($data)
{
foreach($data["params"] as &$d)
{
$d["profile_fullname"] = html_entity_decode($d["profile_fullname"]);
}
}
To enable html entity decode in autocomplete, you need to edit core lib (lib/inc/jqgrid_dist.php) and search / add following code.
http://hastebin.com/ojovinefl.php
Line to be added: 13,14,15,31,32,33
Dear Abu,
The code that you put at http://hastebin.com/ojovinefl.php is empty and I can't see. Would you send it to me via email? Thanks.