Hello,
i m using dhtmlxgrid video samples example ad i m using #connector_select_filter but whne i filter the it will give me result but when i want to show all data then i have click on white space of select box then it will show nothing can u plz tell me wht i do so i will get all data when i click on whte sapce of select box
below is my code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
“http://www.w3.org/TR/html4/loose.dtd”>
<?php
require_once("…/dhtmlxConnector_php/codebase/grid_connector.php");
$res=mysql_connect(“localhost”,“root”,“redhat”);
mysql_select_db(“kanibrainNew1”);
$grid = new GridConnector($res);
$grid->dynamic_loading(100);
//$grid->render_table(“proj”,“projID”,“projName,projStatus”);
$grid->render_sql(“select * from shot,shotTaskArtist where shotTaskArtist.projID=shot.projID and shot.projID=‘om’ and shotTaskArtist.shotID_new=shot.shotID order by shot.shotID asc”,“shot_task_id”,“checkEfficiency,overDue,difficulty,shotID_new,shotStatus,taskID,TaskREF,task_note,manDays,userID,taskStatus,startDate,endDate,task_priority,actualMandays,supervisorName”);
?>
please reply me as soon as possible
Thanks