Hi,
Since the new version dhtmlxSuite 4.0 std, the combo ‘co’ in dhtmlxGrid doesn’t work properly with the php connector.
For instance, I have this with dhtmlxSuite 3.6 std:
And this this with dhtmlxSuite 4.0 std:
I use this code in php
$grid->set_options("suivi_resolution",array("1"=>"Oui","2"=>"Non"));
$grid->set_options("suivi_transmission",array("0"=>"-", "1"=>"Back Office","2"=>"Site"));
Why the options are not displayed properly with dhtmlxSuite 4.0 ?
Regards