Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Hey...do you have a sort or filter set on the BO? I see that you are changing the CurrentRow property directly as well...since you mentioned that the CurrentIndex is moving, the only way it would move when you set a value is if you have a filter or sort set and this is part of the filter or sort, so the index is going to move in this case. If you remove the sort or filter, then try it, I am sure that the index will not move. The only other way the index would move is if you have a Changed or Changing event that is being handled and moving the row position.
|