One of the ambition of business application is to allows multiple users running the application at the same time to manage huge of data. How do I get the latest version of data from the database with using WCF RIA Service? I have tried to use the DomainCollectionView to display list of Product, and allows to perform search, but unfortunately, the search results display on the client is still the old version if I have modified the product name or product code or deleted records directly from the database by using SQL Management Studio or changes made by another user. To get the latest version of data, I have to refresh my browser. Sounds like the data are cached on the client side already. Please advise.
Attached with my coding file using AdventureWorks as a sample, please navigate to the ProductPage and try to type something on the search box.
http://www.mediafire.com/?l4aee46y3vljuv7
Thanks.