Hi all,

I've got a grid setup, reading from a store which is bound to an ObjectDataSource. All works fine, no problems. However there is a *lot* of data, i've got it paged which is good, but we're finding the filtering pretty slow. What i'd like to do is allow the client-side filtering like it is, but only have it apply the filter when user presses enter (or ticks the filter checkbox) instead of it trying to filter after every keypress.

Is this possible?

Thanks