Hi,
I am intrested in a previous posting:
dhtmlx.com/docs/products/kb/ … 91&a=14987
I don’t think there is an answer to the original question: How to reset to empty the selected values/typed text in the filters (#select_filter, #text_filter, etc.) after issuing mygrid.filterBy(0, “”); ?
Regards,
Plamen
To reset to value of the filter you should use:
var filterObject=mygrid.getFilterElement(COLUMN_INDEX);
filterObject.value=""; <== reset filter’s value to empty