Opened 9 years ago
Closed 8 years ago
#15161 closed defect (patchwelcome)
There are some space area in dojox.grid.EnhancedGrid and when too many rows in datagrid and move down
Reported by: | helloworld | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when there are too many rows and scroll down, there are some space area in datagrid.
I also post on community, please refer to http://dojo-toolkit.33424.n3.nabble.com/There-are-some-space-area-in-dojox-grid-EnhancedGrid-when-scroll-row-too-fast-tp3905397p3905397.html
Due to autoHeight:true 's bug, please refer to http://bugs.dojotoolkit.org/ticket/15147 we change autoHeight:50, but we got the issue above.
test env on Firefox
Do you have any idea?
Thanks.
Attachments (1)
Change History (5)
Changed 9 years ago by
Attachment: | datagrid.jpg added |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I had similar issue. My EnhancedGrid? had set rowsPerPage=25 (25 is default value) and it had 25px empty space inside grid.
In default dojo theme - Claro - is for every row set border to 1px and this was missing in my CSS. I added these following lines into CSS and it works.