-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination + JsonRest behave unexpected #257
Comments
We also have this issue with the pagination grid. Especially problematic in IE and dojo 1.8 (approx in 70 % of the cases this issue appears.). While using dojo 1.7.1 the issue is happening less frequently, but still 10-20 % of the time, so we might have to reconsider using the Pagination extension. |
Also, the rendering of the grid is somewhat misplaced on top of the header. See http://i46.tinypic.com/kdl4d1.png for example. |
We've been unable to reproduce this issue (e.g. in @oyaaraas: regarding the rendering issue, does it snap back into place if you resize the browser (or call |
Given no further information, we're closing this ticket. If you can provide more information or a reduced test case, though, we'll be happy to take a look. |
If we use onDemandGrid and Pagination with jsonRest store we can reproduce this issue. Grid calls Rest service twice because of that sometimes rendering happens weird |
You shouldn't be mixing |
This is a copy of the email post I sent here: http://dojo-toolkit.33424.n3.nabble.com/Dgrid-Pagination-tp3988439p3988597.html
I found a problem where the grid sometimes rendered as expected, sometimes it's gone after rendered.
Here is the screencast: http://screencast-o-matic.com/watch/cljo6v7B2
This was tested on Firefox 14, Chrome 21.0.1180.75 m, and Safari for
windows 5.1.7
The module I used on this case were ColumnHider, ColumnResizer, and Pagination.
Eliminating the fist two didn't fix anything.
The text was updated successfully, but these errors were encountered: