Check documentation for the latest version of dhtmlxSuite refreshFilters DHTMLX Docs

refreshFilters

refreshes the lists of values in all the filters created by shortcuts or by makeFilter calls

void refreshFilters();

Available only in PRO Edition

Example

myTreeGrid.refreshFilters();

Details

the method can be used if data in grid has been changed and filters need to be updated

Back to top