I am trying to add a search box into the grid but still without any success, i am using the code provided in the documentation but it’s not happening for me. i would really appreciate your help
here is the code i am using
If you mean built-in search functionality
- be sure that dhtmlxgrid_filter.js included in your html page
- change attachHeader command to the
mygrid.attachHeader("#text_search");
ok the boxes appear but when a enter some text nothing happens, looks like its not doing any search against the grid data, any ideas?