I'm trying to implement a select object to control a filter to a grid form. For example, a drop down list box of employee first names followed by a grid of employee data. If I select a first name from the DDLB, I'd like to see only those employees with that first name.
I haven't found a good way to do this without having to click a button associated with the DDLB, like "Apply Filter". And I haven't found a way to intercept a changed event on the select without dealing with zones. Using Ajax zones seems like overkill for this, plus, I am having a really hard time getting it to work. Any input is appreciated! -George