How to customize Windows Forms DataGrid Messages?
DataGrid sometimes shows a message Like this:
"Column 'Code' Does not allow nulls. Do you want to correct the value?"
I want to customize this message. My users language is not English. so I don't want them to see "Do you want to correct the value" message.
so How can I customize Windows Forms DataGrid Messages?
thanks