I created a default DataGrid. By default it is made of textboxes, right? I need to know what user is typing while he is typing. In other words - to have something like a TextChanged event handler that I have with any regular TextBox. Any chance to know what is being typed in the DataGrid cell while it is being typed?

Vojtek11