Hi,
I have a requirement to validate all rows in a grid, the scenario is that when the user changes the frequency field the other lines still need to be valid.
In the attached example, if you change the row with 12M to 3M this should invalidate all four rows as 12M should appear once and 3M three times, I have a validation attribute attached to the observable collection which fires and returns false in my application - not in the attached one - but doesn't invalidate the row.
The cell validation works, however even though I have EnableImmediatePosting set to true, the cell still doesn't update until it loses focus, I guess this is because I am nulling the value in code, if you can suggest a better method for both of these that would be appreciated.
Thanks
Justin