Hello.

I'd like you filter some results in a grid, and i want the user to be able to type a value into a textbox, and then the grid will be filtered by that value.

I don't need help with the grid or how to populate it. My question is in regards to the textbox; How can i tell when the user has stopped typing so i can automatically load the grid?

I thought about doing a refresh automatically in the TextChanged event, but that seems silly since the user could still be typing more characters.

Any ideas on how i can figure out when the user stops typing in a textbox?
.