Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Oct 01, 2008 08:16
open dhtmlx forum
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