Print Page | Close Window

DexExpress LinqServermode

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1578
Printed Date: 28-Mar-2024 at 8:39am


Topic: DexExpress LinqServermode
Posted By: erturkcevik
Subject: DexExpress LinqServermode
Date Posted: 08-Dec-2009 at 1:25pm
Hi,
When the XtraGrid control operates in http://www.devexpress.com/Help/Content.aspx?help=XtraGrid&document=CustomDocument2991.htm - server mode , it delegates all data processing to the server, and loads only records to be displayed on screen. This allows you to dramatically increase performance against large datasets
Can I binding data to LinqServeMode from DevExpress XtraGrid?
 
 
Best Regards,
 



Replies:
Posted By: davidklitzke
Date Posted: 08-Dec-2009 at 3:17pm

Have you looked at the requested DevEx feature personally? It appears to be inextricably tied to DevEx’s proprietary data access technology, XPO; specifically it requires an implementer of DevExpress.Data.IListServer.

You may safely assume that we have no intention of integrating with XPO.   We will not support this IListServer interface or the ServerMode option. You are welcome to try to implement it yourself.  You can implement the IListServer interface using DevForce as the storage proxy in place of DevEx’s proprietary, 2-tier, cacheless XPO.




Print Page | Close Window