Hello there,
we're running a multi-user environment with several tables that are permanently growing. One of those tables can recieve updates (new rows, edited rows) every few minutes, so we thought using Linq to LLBLGen Pro, together with the DevExpress' XtraGrid's ServerMode exactly fit our requirements, but noticed that rows are only fetched the first time they're addressed.
Is there a way to force the datasource to fetch rows everytime a row is accessed instead of caching already fetched rows? (Because we couldn't find one yet).
Thanks in advance,
best regards
Phil