multiple select not fully visible in bulk edit

Questionsmultiple select not fully visible in bulk edit
Cedric asked 2 years ago

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

1 Answers
Abu Ghufran Staff answered 2 years ago

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.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

9 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?