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>