add checkbox in comboin my code

Hello,



this is my html file and i want to add checkbox in my combobox[#connector_select_filter) and also if i will select the the checkbox then it will filtered the result as per the checkbox please help me about this code i have one more code to show checkbox in combobox but i m not applied that code in my code . please send me the link or code so i will implemnet that code in my project.















<?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(“grid50”,“item_id”,“item_nm,item_cd”);

?>







i have thhis code for showing combobox with checkbox but no event occur

script>



window.dhx_globalImgPath = “…/…/codebase/imgs/”;

















Image Select





Checkbox Select













please give me some other code so that code i will aplpply in my above code. please reply me as soon as poosible.





and thanks for all the below reply















Unfortunately inbuilt select filters for server side filtering hasn’t got such functionality. You can implement custom select boxes at the header. Please find example here dhtmlx.com/docs/products/dht … 50000.html