0

Help with pagging in grid

asked 2011-06-29 13:46:48 +0800

zippy gravatar image zippy
504 1 2

Hi, i use the mold "pagging in my grid, the screen with allowed 20 rows in the view , more than 20 row appears a scroll, when i scrolling in the grid the pagingPosition dissapear , how let static the paggingPosition in the top??

Thanks

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2011-06-30 15:28:22 +0800

zippy gravatar image zippy
504 1 2

http://www.zkoss.org/forum/listComment/8967

link publish delete flag offensive edit

answered 2011-10-27 21:57:43 +0800

benbai gravatar image benbai
2228 6
http://www.zkoss.org

Hi zippy,

It works well for me, what version of zk do you use?
Could you please provide a test case can reproduce your issue?

ZKFiddle-Link

index.zul
<zk>
<grid id="grid" mold="paging" height="180px" pageSize="10" pagingPosition="top">
<columns>
<column label="Index"/>
</columns>
<rows>
<row>1</row>
<row>2</row>
<row>3</row>
<row>4</row>
<row>5</row>
<row>6</row>
<row>7</row>
<row>8</row>
<row>9</row>
<row>10</row>
<row>11</row>
<row>12</row>
<row>13</row>
<row>14</row>
<row>15</row>
<row>16</row>
</rows>
</grid>
</zk>

link publish delete flag offensive edit
Your reply
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-06-29 13:46:48 +0800

Seen: 234 times

Last updated: Oct 27 '11

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