DataGrid w/ TextChanged event handler?
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
Re: DataGrid w/ TextChanged event handler?
if you want to validate what user type in you can use validation controls in combination with Regex.
Re: DataGrid w/ TextChanged event handler?
Quote:
Originally Posted by
toraj58
if you want to validate what user type in you can use validation controls in combination with Regex.
Still - some help with it would be greatly appreciated
Thank You,
Vojtek