Hello,Happy New Year!I am using select with this code:$col = array();
$col[“title”] = “Site”;
$col[“name”] = “Site”;
$col[“width”] = “30”;
$col[“search”] = true;
$col[“editable”] = true;
$col[“edittype”] = “select”; // render as select
$str = $g->get_dropdown_values(“select distinct Site as k, Site as v from subnets”);
$col[“editoptions”] = array(“value”=>$str);
//$col[“formatter”] = “select”; // display label, not value
$col[“stype”] = “select-multiple”; // enable dropdown search
$col[“searchoptions”] = array(“value” => “:;”.$str);
$col[“editoptions”][“dataInit”] = “function(){ setTimeout(function(){ link_select2(‘{$col[“name”]}’); },200); }”;$cols[] = $col; it works fine with a single edit:https://imgur.com/a/DVRYmfrbut not with bulk edit:https://imgur.com/a/DVRYmfr Don’t know how to fix this.Thanks,Cedric
Hi,
I am unable to generate this issue in latest build.
Perhaps, it’s fixed along with minor updates.
Please check your email for the updated build.