Opened 10 years ago
Closed 10 years ago
#13004 closed defect (worksforme)
EnhancedGrid Pagination rowCount is wrong
Reported by: | Brad | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In your "Test Pagination plugin of dojox.grid.EnhancedGrid?" demo,where the source file is in "dojox/grid/tests/enhanced/test_enhanced_grid_pagination.html",and there is a bug when I set rowsPerPage="101",the rowCount will be "1-101 of 100 items",it should be "1-100 of 100 items",details please see the attachment.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | EnhancedGrid pagination error.jpg added |
---|
comment:1 Changed 10 years ago by
Hi Brad,
I wasn't able to reproduce this either in trunk or 1.6.1, was trying with
<div id="grid" dojoType="dojox.grid.EnhancedGrid" ... rowsPerPage="101">
It shows "1 - 100 of 100 items", anything I missed?
comment:3 Changed 10 years ago by
Milestone: | 1.6.2 → 1.7 |
---|
comment:4 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
EnhancedGrid? Pagination rowCount error