When filtering by column and using AutoPostBackOnFilter="true" after the postback the filter box is no longer selected, it lost focus. What's worse is that FilterDelay doesn't seem to do anything, or at least not what I would expect it to do, so after each character the client types a postback occurs and the focus to the filter box is lost. If it would at least wait for the client to stop typing and only after FilterDelay millisecond to do the postback it would be somewhat OK. The way it works now it's completely useless. Am I missing something? Thanks.
P.S. I'm using the Jan14 version.