0

ListBox multiple selection with paging

asked 2018-12-05 17:24:31 +0800

JacopoImm gravatar image JacopoImm
1

good morning, i would like to implement multiple selection in my listbox with paging. I have this code

<listbox id="cntList" sclass="default-listbox" <br=""> oddRowSclass="non-odd" fixedLayout="true" mold="paging" pageSize="100" pagingPosition="top" checkmark="true" multiple="true" >

but in my page i can only check single row but not all together. is it possible to check all row?

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-12-06 13:02:49 +0800

cor3000 gravatar image cor3000
6280 2 7

yes you need to use a ListModel implementation that provides a SelectionControl implementation. ListModelList does this by default so all you need is to render your listbox based on the model: e.g. using a template as in this example or using an ListitemRenderer.

link publish delete flag offensive edit
Your answer
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
2 followers

RSS

Stats

Asked: 2018-12-05 17:24:31 +0800

Seen: 8 times

Last updated: Dec 06 '18

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