Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You can actually find your answer to this throughout the forum....it becomes a common post. You have a sort or filter set on your BO which changes the order of the internal data table, but the CurrentRowIndex is left the same. So when you add a new record or modify a column that is part of the sort or filter, you will either need to clear the sort or filter or take this into account. This is a very common thing that we see out here on the forum, but I am 99.99% confident that you have a filter or sort applied to he BO or something along those lines that is changing the order of the records in the BO.
|