DHX Grid: Filter in Grid

Hi there,

I want to have same functionality of #select_filter for say when I check a box in a row, then it should filter the grid according to the value of that #select_filter column.

How can I achieve this ?

You can place an HTML element ( select box ) inside grid’s header and attach onchange event to it, which will call grid.filterBy with necessary parameters