Scenario:
Add 5 rows to a grid control using AddItem with an OID from POOM stored in
each RowData property.
Remove row 3 using RemoveItem.
Retrieve RowData for row 3.
Problem:
The OID that is retrieved after the RemoveItem is wrong. Instead of the OID
associated with what was row 4 being retrieved the OID is the one associated
with the old row 3 that was removed.
Is this the expected behavior?
Rob Trainer