Think of Windows Explorer in details view.
Select the top row (file or folder etc.) and start typing the first few letters of a name of an item further down in the list.
The item matching these first few letters will be selected.
A WPF ListView/GridView has, in certain circumstances, similar functionality.
Is something like this easily available in DataGrid with DataGridTextColumn (assuming OneWay binding of course) ?