Check documentation for the latest version of dhtmlxSuite filterByAll DHTMLX Docs

filterByAll

forces Grid filtering by registered inputs (created by # starting shortcuts, or by the makeFilter function)

void filterByAll();

Available only in PRO Edition

Example

myTreeGrid.filterByAll();

Back to top