Repeater webpart Paging position issue

Joel Dahlin asked on December 9, 2014 22:55

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

and
in my html envelopes.

I am using v8.1.8.

Is this a bug?

Correct Answer

Roman Hutnyk answered on December 10, 2014 00:09

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)?

1 votesVote for this answer Unmark Correct answer

Recent Answers


Joel Dahlin answered on December 10, 2014 03:29

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.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.