DataGrid TextBox weird behavior

ultraman

Well-known member
Joined
Dec 31, 1969
Messages
138
Location
Quebec, Canada
I everyone !

I try to figure out why cant I let a TextBox cell to "" (empty) ? Every single time I try to erase the content of the cell, the old value reapears as soon as I leave the cell (LostFocus). Is there a property to set or do I have to manage this with the TextChanged et KeyPress event (which is kind of tricky actually) ?
 
Back
Top