The main aim of the sample is to demonstrate one of possible ways to implement Server Mode by implementing the IListServer interface.
Because of changes in IListServer implementation, this example has different solutions for different DevExpress versions.
See also:
Bind a grid to a ObjectDataSource with EnablePaging
OBSOLETE: A possible implementation of IListServer interface to achieve Server Mode functionality in the GridView extension
Example Comments
Added By: Nuno Oliviera at: 4/19/2013 10:46:29 AM
I used this example as base code and just modified the database and table.
On the grid when I try to filter records, the IListServer.Apply method is called but all parameters are null.
What am I doing wrong?
It seems that the IlistServer.Apply is called several times...
I couldn't figure how is this but, in the first calls the filterCriteria is null but on the final call it is finally populated...
Hi Nuno, If you need help with this sample, could you please create a ticket here and the support team can help you:
http://www.devexpress.com/Support/Center/CreateIssue.aspx?issuetype=Question
Thanks!