DHTMLX Docs & Samples Explorer

getFilterElement(index)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid_filter.js

gets input object of filter linked to column in question

  • index - index of column
   //get filter object placed at the fisrt column header
   var filterObject=mygrid.getFilterElement(0);

The method works only for filter-elements, so it will not work for #text_search.

See also: refreshFilters, collectValues