Opened 9 years ago
Closed 8 years ago
#14182 closed defect (patchwelcome)
EnhancedGrid - Pagination: The page size array should be preprocessed
Reported by: | elvis | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | grid pagination | Cc: | |
Blocked By: | Blocking: |
Description
Since the pagination.pageSizes is a string[], it should be preprocessed to avoid the invalid value, e.g., 'abc', 'a12', '123b', etc.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.