I too have almost the same problem. I have a Radiobuttonlist in the datagrid. I need to validate the radiobuttonlist. So where do i write the validation code in this case.
I have place a Required field validator in the datagrid and set the controltovalidate property to the radiobuttonlist.This works, but if i want to write the validation code manually ,where do i place it?.