After many hours of searching the various forums, I’m caving and writing a post in the hopes that someone can help me with the Search button on a Grid.
I would simply like to be able to search a field using the criteria in the dropdown for a user inputted value when the field was created using a SQL Select Statement. - Thanks in Advance.
You cannot achieve this with the default search button. But you can use an ajax event on the dropdown list to alter the sql select parameters and refrect changes in the result set.
Hi Albert, I would have bet money on seeing you first to reply and therefore help. Thanks. Do you have any examples in you bag of tricks that could get me started with the ajax event approach?