I could not replicate this issue at my end and i'm not really sure as to why this happens at your end. But probably you can get around this by using the following code:
c#:
Actually the way I am implementing filtering is via web service method, it does not do either postback or asyn postback to server.The solution you gave is server side only. I want solution on client side (javascript) to handle that.