DevExpress controls and ServerMode functionality

Posts   
 
    
DvK
User
Posts: 323
Joined: 22-Mar-2006
# Posted on: 07-Dec-2007 13:56:43   

Hi,

Anyone here who has experience with implementing the IListServer interface to enable ServerMode on certain DevExpress controls like the XtraGrid and LookupEdit in combination with LLBLGen (TypedLists or Collections) ??

This IListServer is an interface which enables a very fast way of displaying and searching through data in (large) tables on grids and/or in combo's. The IListServer interface is by default implemented in DevExpress' own OR/M tool called XPO.

IListServer interface http://www.devexpress.com/Support/Center/KB/p/A1022.aspx?searchtext=ilistserver&tid=4b2d6f97-c4ae-48fc-87f6-8c5da6541e40

http://demos.devexpress.com/ASPxGridViewDemos/DataBinding/XPOLargeDB.aspx?Section=2

Love to hear if any experience exists ?!

Kind regards, Danny

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 07-Dec-2007 16:53:34   

You may derive from the EntityCollection or TypedList and implement the IListServer interface.

DvK
User
Posts: 323
Joined: 22-Mar-2006
# Posted on: 08-Dec-2007 10:46:58   

Ok, somewhere in a template ?

stefcl
User
Posts: 210
Joined: 23-Jun-2007
# Posted on: 09-Dec-2007 22:22:12   

I tried but gave up because of the lack of documentation and the amount of work it would need to have it working correctly (with all the possible sorting / filtering features). I also realized that proper use of paging would solve most aspects of the problem in my case because it's unlikely that the user will browse thousands of rows to find a specific record without being able to enter any filtering criteria.

Nevertheless, I would be interested if you obtain a result.

DvK
User
Posts: 323
Joined: 22-Mar-2006
# Posted on: 10-Dec-2007 12:40:15   

It indeed looks pretty work-intensive ... Maybe something we could develop together ? Like writing a special template ?

BlueCell avatar
BlueCell
User
Posts: 83
Joined: 12-Jul-2004
# Posted on: 10-Dec-2007 16:43:28   

<Offtopic warning> @Dvk: While browsing your post, I noticed you location: Delft (Delftech). I was wondering if you are (like myself) studying there, or that you are a developer from a company located there... just curious to find out if there are any other Dutch students (or companies) that are using LLBLGen.

DvK
User
Posts: 323
Joined: 22-Mar-2006
# Posted on: 10-Dec-2007 17:12:07   

Quite right Michel, we're a Dutch software company on Delftechpark using LLBLGen as the primary datalayer generator for our main product.

Looking for work ? We're currently hiring people, a specially experienced with LLBLGen knowledge...smile

grtz, Danny