Select-box columns in grid(2.5) with dhtmlxConnector (0.9)

Hi,
I'm Enterprise License User, I have wrote a mail to [dhtmlx.com/](http://www.dhtmlx.com/)dhxdocs/doku.php?id=dhtmlxconnector:select-box_columns_in_grid), but I get no value in select list. Is this function just support with next version of dhtmlxConnector(1.0) not present(0.9)?
 
### Hear is my code ##############
### Server side code ####
<?php
require_once("../config.php");
$res=mysql_connect($mysql_server,$mysql_user,$mysql_pass);
mysql_select_db($mysql_db);
require("../../codebase/grid_connector.php");
$grid = new GridConnector($res);
$grid->enable_log("temp.log",true);
$grid->dynamic_loading(100);
$grid->render_table("grid50000","item_id","item_nm,item_cd");
$options = new OptionsConnector($res);
$options->render_table("country_data","country_id","country_id(value),full_name(label)");
$grid->set_options("item_cd",$options);
?>
### Client side script ##

 
 
 
 
 
 
 
 
  
######
thanks

Ivan,
We’ve received your email and currently are working on the described problem. We’ll try to send you a reply later today.



Thanks for your help,



because the feature of Grid(2.5) is very important for our new case(customer’s requirement), that needs to be confirmed with immediately.



Thanks again !

Hello,
I am also interested in using this functionality. We are using the PRO version of the grid version 2.5.
It seems that the problem is the missing class OptionsConnector in the dhtmlxConnector package.
Please reply here with the answer.

Thanks in advance,
Todor Kazakov