Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
So more than likley you have a filter or sort being set which is causing the CurrentRowIndex to either exceed the records in the BO (which is probably not the case) or you are evaluating (or the bound control) the strong-typed property which is trying to pull a record from the BO but there none. If you set the Filter of the BO while bound under certain conditions, this can happen. Just ensure that you take this into account when applying filters or manually changing the contents of the internal data table outside of BO logic.
|