I am trying to use pagination in my winforms project, but cannot find any working or complete example in the documentation
The closest I get to an example is this
https://documentation.devexpress.com/CoreLibraries/DevExpress.Data.WcfLinq.WcfInstantFeedbackSource.class
But it assigns an object to e.query without explaining what this object is and where it comes from.
Can I use pagination in a winforms project without using entity framework but with connectiions and datatables build in code ?
And is there a complete and simple example that does not uses components and properties without explaining where to find them ?
There are lots of pages in the documentation about this subject but all are missing information on where to find the components/properties
Or they use entity framework or you have to choose an existing connection…
I need an explanation (and example would be nice) to do it without entity framework, without choosing a connection in the designer, and using components that I can find in VS Toolbox (or create in code)
There is lots of talk about 'server mode' but not a single page explains me where to find it or how to use it