Gerard O Carroll (12/29/2010)
3. On a Test form. I have a ListView and Grid side by side pointing to the same business object. If I change focus to a different record on the ListView, the record in the Grid also changes focus. However, if I change focus to a record in the Grid, the focus stays on the same record in the ListView. I would have expected both to be the same. Other than using a BBS for the grid and showing a few columns, I have done nothing elseHi Gerald,
I have not used Xtragrid, but to describe what is happening on point 3, the SF ListView has some code to synchronize the selected item with the BO record automatically, that is why when you select a record in the listview, the grid is synchronize because the listview is navigating to the selected record in the BO which is the same for the Business Binding Source control.