I am using a Repeater with Paging enabled. For some reason the Pager Position always appears on top of my content displayed by the webpart.
If I select top or bottom it appears on top. If I select Top and bottom it puts both pagers on top of the content stacked. I am not using a web part container and only have
I am using v8.1.8.
Is this a bug?
I'd recommend to double check transformation markup as well as content before/after - you might simply miss some closing tag.
Could you please provide link to that page, or publish HTML output (page source)?
It was a markup issue. In my html envelopes I had an opening and closing table tag. The pager control is put inside of this that is wrapped in div tags so this didn't work.
I put opening and closing tr/td tags in the pager html envelopes and it worked.
Thanks for the tip.
Please, sign in to be able to submit a new answer.