Hello,
I have a grid with a listview. I need to validate the rows to check for duplicate values. The user can add/delete rows from the listview. I am using bindinggroup to check that there are no duplicate values across the rows. This works fine except when
I delete a row. Deleting a row from the listview does not remove the item from bindinggroup items list. Since the binding group items list still contains the deleted items, the validation continues to validate the deleted items. As a result the user ends
up getting invalid messages. Why does the bindinggroup hold on to the the deleted items. Is there a way to prevent validation on the items removed from the listview?
Thanks,
graja.
graja
View Complete Post