is it possible in dhtmlx to show dhtmlxgrid when i select t

Hello,





i want to show data onchnage event of select box in dhtmlxgrid . i am tried but it give me empty result is it possible using dhtmlx to show data onc hange event please reply me if possible then please tell me how it is possible . i am sending u my code to you.



please reply me as soon as possible.



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    “http://www.w3.org/TR/html4/loose.dtd”>









        

        

        

        

        

        

        <!-- addd for multiple select dropdown —>

        



        <!-- addd for multiple select dropdown —>

        

        

        

        

        

        

    

    



    

        

    

    

        

        

        

    



    























    

    

    











    













    

    

    

    





































Home  Dailies Review  Elements  Folder Structure  ManDays Details  Upload Details  Upload Details Old  Download Details  Efficiency  Check Missing File  Artist List  About Anibrain    






























         


























<?php     $res=mysql_connect(“localhost”,“root”,"");

    mysql_select_db(“kanibrainnew1”);

    require_once("…/dhtmlxConnector_php/codebase/grid_connector.php");

    $grid = new GridConnector($res);

    $grid->dynamic_loading(100);



$projID=$_REQUEST[‘projid’];





$grid->render_sql(“select * from shot,shotTaskArtist where shotTaskArtist.projID = shot.projID and shot.projID=‘om’ and shotTaskArtist.shotID = shot.shotID”,“shotID”,“shotID,shotStatus,taskID,TaskREF,task_note,mandays,userID,taskStatus,startDate,endDate,priority,naxt_sub,last_sub,actualMandays,supervisorName”);



?>

what i do reply me



thanks


Hello,


what onChange event do you mean ?


There are dhtmlxCombo object with onChange event handler in your code and select filters in grid header.