My grid is based on Mysql . I can make a dropdown with a table that is in dbase MSSQLServer ? Excuse my English . Thank you
1 Answers
Hello,
To make dropdown, you need this column setting:
$col["edittype"] = "select";
$col["editoptions"] = array("value"=>'10:$10;20:$20;30:$30;40:$40;50:$50');
Now the value "key:value;key:value;key:value" can be from any database but you need to fetch that data manually byself using php code and fill in as key:value pairs.
PS: By our records, you have cancelled the contract and to use the full version legally you must buy license.
Your Answer