Hello together,
the exmaple with "readonly-when"=>array("==","male") ist only working, when the field is filled using $col["edittype"] = "select";.
When using readonly-when on a database field that is filled by user entry, the readonly is NOT working. At least not during my tests.
Is this a problem of my codings or of PHP Grid?
Unfortunately http://pastebin.com/wb3eraRQ does NOT show any table 8-(.
Thx
Oliver
1 Answers
I've tested your code and it's working as expected on input fields.
Code: http://hastebin.com/irobumisuc.php
Your Answer