Required library edition:
Required library file: dhtmlxgrid_filter.js
find cell in grid by value
Returns array each member of which contains array with row ID and cell index
//search "alf" value at the all grid cells var searchResult=mygrid.findCell("alf"); //search "alf" value at the second column, find only first occurence var searchResult=mygrid.findCell("alf",1,true);
See also: filterBy, filterByAll, makeFilter