Problem with Lost Focus property in Binding the controls with properties
- by Ali
I am using a class to bind property value to controls like textbox.I want the validation
error template should called when i will tab away from that text box.I have used Update SourceTrigger= LostFocus proprty but its not working.Any suggestion will be helpful.
Ali