Events/Properties on textbox of grid filter

Hello,

I have a grid with a text filter enabled.
How can I access to the events or the properties of the textbox in the header?
I need execute code when a user press enter and I need read and write the value of the textbox.

Thanks for your help!

David

Using the getFilterElement() method you can get the html input of the grid filter:
docs.dhtmlx.com/api__dhtmlxgrid_ … ement.html