Categories | Question details Back To List | ||
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 ? Answer posted by Support on Oct 01, 2008 08:37 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 |