Combo in dhtmlxGrid and connector doesn't work properly

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

Please try to include the sources/dhtmlxcommon/codebase/connector.js after dhtmlx.js on the page, it must fix the issue.

We will update it in the next build to work correctly without extra js includes.

It works.
Thanks