Is it true that perhaps the only and best way to clear the filterEditor values is via a call to
thereby destroying and creating the filter editor and resetting its values?
The problem is that if I have a listGrid filterEditor, and I have entered filter criteria, it persists if I navigate away from the page and come back.
My desire is to have the filterEditor cleared (reset) every time that the page is shown.
Thanks!
Code:
listGrid.setShowFilterEditor(false); listGrid.setShowFilterEditor(true);
The problem is that if I have a listGrid filterEditor, and I have entered filter criteria, it persists if I navigate away from the page and come back.
My desire is to have the filterEditor cleared (reset) every time that the page is shown.
Thanks!
Comment