Hi Ben,Grid.DisplayLayout.Override.SupportDataErrorInfo = RowsAndCells fixed my problem. Thanks.
Where is the best place to have row validation checked with the UltraGrid?. The validations work fine when I save the business object but I want to implement row validation, similar to a form. I tried adding some logic in the B/O Navigating event using the condition if me.BO.checkRulesOnCurrentRow(True)... but it doesn't seem to fire consistantly, nor does it display the errors, when you navigate the grid. I also tried using one of the Grid's events but the row indexes are not in sync with the business object so it make it tough to know if it's validating the correct information.
Any help would be great...
Thanks
TIm