0

List box Pagination

asked 2011-08-03 01:01:00 +0800

vivekkumar20005 gravatar image vivekkumar20005
66 1

Hey All,

I am creating a listbox with pagination.I want to always show pagination bar


<listbox id="nexusStatesGrid" rows="5" hflex="true"
	model="@{nexusStatesWinId$composer.nexusStates}" 
	emptyMessage="${c:l('global.text.blanklistbox')}"
	mold="paging" pageSize="5" >
	
        <listhead>
		<listheader label="${c:l('text.nexusstates.state')}"/>
		<listheader label="${c:l('text.nexusstates.stateoption')}" />	
		<listheader label="${c:l('text.nexusstates.delete')}"/>				
	</listhead>
</listbox>	

According to this code, it is displaying pagination bar when when page size increases after 5

but i want to show pagination bar also when page size below 5, so that i indicate use with default page 1 on pagination.

Thanks
Vivek

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-08-03 01:01:00 +0800

Seen: 241 times

Last updated: Aug 03 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More