How to get value/text of filter

If I have 2 columns Grid with filter (attachHeader - text_filter), and than type ‘blabla’ at filter column 1.

How to get value from that filter, so I get like this
col1filter = ‘blabla’

Thanks

Please, try to use:
var inp_val=myGrid.getFilterElement(column_index).value;

Thank you sematik. it’s work

Hi,
I am getting getFilterElement is not a function error. I am using dhtmlxGrid v.2.1 Professional edition build. Should i upgrade my build version or any other way to fix this issue. Also, is there any way to reload the grid data without loosing header filter values?

Unfortunately the only solution in your case is to update the version of your dhtmlxGrid.