Opened 11 years ago
Closed 9 years ago
#10487 closed defect (wontfix)
DataGrid.scrollToRow() does not work for bottom rows
Reported by: | safariwagen | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Scrolling to a row using dojox.grid.DataGrid?.DataGrid?.scrollToRow(inRowIndex: Integer) normally results in displaying the row addressed by the row index at the top of the visible area of the data grid. If one tries to scroll to the bottommost row within the grid, not the bottommost but the second last row is the last one that is shown.
Change History (5)
comment:1 Changed 11 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to Nathan Toone |
comment:2 Changed 11 years ago by
Owner: | Nathan Toone deleted |
---|
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | set to evan |
comment:4 Changed 9 years ago by
Owner: | changed from evan to Evan |
---|
comment:5 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is a long known issue for the existing Grid - the scrolling position is not very accurate and reliable, the scrollbar will be jumped after rows finished rendered(especially with high cell content), and that results into the issue mentioned above.
This is already fixed in gridx e.g when gridx running with a huge dataset, scrolling position is very stable
Unassigning my tickets.