Hello,

we have to implement a server-side paging mechanism for our
application's tables, I've just found in the documentation that this is
a good practice, but there's no hint about how to implement that. 
I'd like to keep client lazy loading of data and to find a way to
populate the underlying server data in a paged way, without adding next
or prev page in the form but reusing the actual mechanism. the problem
is that I don't find how to interact with the lazy loading mechanism and
documentation doesn't help, may you please help me ?

Thank You in advance


_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to