views:

410

answers:

0

I have a Silverlight 3 DataGrid that I am creating in code, in order to handle transposing data. For every column I need, I create a DataGridTextColumn, and set it's binding in code.

I set the Binding object = TwoWay and set ValidatesOnExceptions = false and NotifyOnValidationError = false

The grid worked fine under Silverlight 2, but now under Silverlight 3, I am getting "Input is not in correct format".

How can I turn off the grid's validation handling?