| How can i get access to the column for wich the validating is happening ? In
| the following event?
| DataGridView_CellValidating(object sender,
| DataGridViewCellValidatingEventArgs e)
|
| Is this the place to check if the column has a valid value ?
use e.ColumnIndex to find which column is being used.
Columns don't have valid values, but you can get at the cell by using the
CurrentCell property of the grid.
Joanna

Signature
Joanna Carter [TeamB]
Consultant Software Engineer