Hi,
I use an ObjectList inside a Mobile Web Form. This Form has Controls located before and after the ObjectList.
I have the following problem:
If the query returns 10 pages for example, when I move trough the pages, the other Controls are not visible. I mean, in the first page I only display the Controls located before the ObjectList and the ObjectList. And in the last page I only display the Controls located after the ObjectList and the ObjectList. When I am in pages 2 to 9, I only display the registers in the ObjectList.
Is not possible to paginate as the WebControls.DataGrid do it?
Thank you very much.