Hey Mr Abu,
I want to my column is hidden because the value is by default value, but in list i wan to show the value.
I try like this:
$col = array();
$col["title"] = "COlumn Name";
$col["name"] = "column1";
$col["width"] = "300";
$col["align"] = "left";
$col["search"] = false;
$col["editable"] = true;
$col["show"] = array("list"=>true, "add"=>false);
$col["editoptions"] = array("defaultValue"=>substr($_SESSION['opd'],0,4));
$cols[] = $col;
BUt its not works.
Regards,
Samsun
1 Answers
Your Answer