Skip to content

DevExpress-Examples/XDL_simple-ilistserver-implementation-e1307

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

Simple IListServer implementation

This simple IListServer interface implementation was made to illustrate interface members: what data should be passed in arguments and what result these members are expected to produce.

This is a basic implementation that doesn't demonstrate the efficiency of server mode data sources. To make all the grid functionality work, it is necessary to implement the remaining methods of this interface and modify methods implemented in this sample to use features of the actual underlying data source. For an example of a complete implementation of this interface, refer to the source code of the built-in server mode components:

  • c:\Program Files (x86)\DevExpress 17.1\Components\Sources\DevExpress.Data\DataController\ServerMode\
  • c:\Program Files (x86)\DevExpress 17.1\Components\Sources\DevExpress.Xpo\DevExpress.Xpo\ServerModeGridSource.cs
  • c:\Program Files (x86)\DevExpress 17.1\Components\Sources\DevExpress.Xpf.Core\DevExpress.Xpf.Core\Editors\Controls\LookUp\DataLayer\DataController\ServerMode\

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)