pipalia
pipalia

Reputation: 911

XPages pager control as custom control

My pager control is becoming complex with drop down to show page no. etc and other custom functionality. I thought of converting it to a custom control, but found that placing a pager on a custom control with partial refresh turned on, breaks the pager. Has anyone noticed this issue? Any suggestions would be appreciated.

Upvotes: 0

Views: 347

Answers (1)

Frank van der Linden
Frank van der Linden

Reputation: 1271

I have used the a Pager custom Control in the Collaboration Today project. Works like a charm. Important is the for property, the componentID who should be refeshed. I pass this componentID to my custom Control thorugh a custom propery. It works even a replacement of the standard pager of a view.

Upvotes: 2

Related Questions