Check documentation for the latest version of dhtmlxSuite makeSearch DHTMLX Docs

makeSearch

makes a search box (sets selection on the row with the found value) from any input

void makeSearch(string|number|HTMLElement id,number column);
idstring|number|HTMLElementinput id or input HTML object
columnnumberindex of a column

Available only in PRO Edition

Example

myGrid.makeSearch("input_id",0);

Back to top