Hi,i wasnt sure wether to post this in the Winforms or the Data Access Forum.
I have a Listview set up together with a buisness object and a maintance toolstrip. Adding, deleting, and stuff all works fine. Also when selecting an entry within the Listview, the BO will navigate to that row aswell.
Navigating the BO with the maintance Toolstrip works fine aswell, but what it doesnt do is update the selected row within the listview, even tho the listview property AutoNavigateToSelectedRecord is set to true.
Any Idea?
Thanks.