views:

57

answers:

0

I have a silverlight datagrid.

Validation works very well using DataAnnotations. However if I add a new row to the grid I don't get validation kicking in until I actuall try and edit cells.

Is there no way to force the grid to validate when a cell has not been clicked on?