I can successfully add a validator on an item in my datagrid, by passing in the 
particular element in the dataProvider to the validator, but I can't get the 
red border to show up around the cell if the validation fails.

I have stepped through the validator, and confirmed that it is passing back a 
failure, but I can't figure out why the red error border doesn't show up. I 
have a feeling its because I am passing the item in my dataProvider as the 
validator source, rather than the 'cell' item, but I can't find a way to access 
the cell.

I could always listen to the validation event, and set a field on that 
particular data object, and have an itemRenderer draw the border, but then I 
also lose the errorString message and such.

Thanks.


Reply via email to