This question is locked. New answers and comments are not allowed.
When I catch the Cell_Validating event, the old and new values are the same.
The column is a custom column that is added to the grid at runtime as described here.
e.NewValue seems to work corrrectly if the column is a GridViewDataColumn.
Is there an override I'm missing in the custom column or something?
The column is a custom column that is added to the grid at runtime as described here.
e.NewValue seems to work corrrectly if the column is a GridViewDataColumn.
Is there an override I'm missing in the custom column or something?