How can I perform validation on a particular DataGridViewTextBoxColumn column in my DataGridView, so that a user is required to enter a value into it?
How can I perform validation on a particular DataGridViewTextBoxColumn column in my DataGridView, so
Share
i think you are looking for datagrid view text box column validation right ? if so would you pls take a look at this link
http://www.codeproject.com/Questions/93691/Validations-inside-DataGridView-TextboxColumn.aspx
EDIT 1:
you Can use this solution but it validates only numbers ,or if you want to validate the text you can change the code..
NOTE: this code is not tested ..