Set filter value dynamicly

Hello,

Is there a way to set the filter value of a column dynamicly ? I can write in the input with JS but the event doesn’t trigger the change in the grid.
Any idea ? :slight_smile:

Unfortunately currently it is not available to manipulate the header filters by API, but we know about that limitation, and we’ll try to solve it in the future udpates.

We have extended the dhx.Grid API allowing you to operate with the in-header filters in the latest dhx.Suite update (v8.0).

Now you can easily operate with it. Here you can find a snippet where you can test it:

Please, download the latest available dhx.Suite build from your client’s area to get this functionality.

Best regards.