filtering not working

Hello,

I am trying the filtering in the dhtmlxgrid but it doesn’t work. I’ve even copied the code from the samples in the documentation and I cannot make it to work. It works if I use it with the connector but not in the client-side.

Please take a look at the code and tell me what am I doing wrong.

AJAX Application
 <script src="codebase/types/ftypes.js"></script>

 <link rel="STYLESHEET" type="text/css" href="codebase/dhtmlx.css">
 <link rel="STYLESHEET" type="text/css" href="codebase/types/ftypes.css">
 <link rel="STYLESHEET" type="text/css" href="dhtmlxGrid/codebase/dhtmlxgrid.css">
 <link rel="STYLESHEET" type="text/css" href="dhtmlxGrid/codebase/dhtmlxgrid_pgn_bricks.css">
 
 <link rel="stylesheet" type="text/css" href="dhtmlxGrid/codebase/skins/dhtmlxgrid_dhx_skyblue.css">
 
  <link rel="stylesheet" type="text/css" href="dhtmlxWindows/codebase/skins/dhtmlxwindows.css">
html, body { width: 100%; height: 100%; overflow: hidden; margin: 0px; background-color: #EBEBEB; }
        <div id="gridbox" style="width:750px;height:450px;background-color:white;"></div>
        
        <br>
        
        <button onclick="addRow()">Add Row</button>   <button onclick="removeRow()">Remove Row</button>

Sample works at local example. Can you please provide more information how doesn’t filtering work? What is happening and what is expected result?

thank you for your reply,

I’ve put a sample on a server, please check it out

victorypainting.ca/test/gp_price_list/

top line in the header is a #text_search which is working fine
next line is the filter.

What am I doing wrong?

thank you for your help

The same sample works correctly at local example. Can you please open ticket at support.dhtmlx.com/ and we’ll send you working example