You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a grid with several columns. When I resize several of them and the data no longer fits the page dgrid 0.3.7 does not show the horizontal scrollbar and instead truncates columns.
This works fine (that is I get the scroll bar) in dgrid 0.3.6
Observed in Firefox 20 and MSIE 9 with dojo 1.8.1. Note I'm using the following extensions and plugins:
"dgrid/Grid",
"dgrid/selector",
"dgrid/Keyboard",
"dgrid/Selection",
"dgrid/extensions/Pagination",
"dgrid/extensions/ColumnReorder",
"dgrid/extensions/ColumnResizer",
"dgrid/extensions/ColumnHider"
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out... turns out a very simple change we had done to suppress excessive events in 0.3.7 was very slightly wrong, so it was also suppressing some processing that needed to happen regardless.
I have a grid with several columns. When I resize several of them and the data no longer fits the page dgrid 0.3.7 does not show the horizontal scrollbar and instead truncates columns.
This works fine (that is I get the scroll bar) in dgrid 0.3.6
Observed in Firefox 20 and MSIE 9 with dojo 1.8.1. Note I'm using the following extensions and plugins:
"dgrid/Grid",
"dgrid/selector",
"dgrid/Keyboard",
"dgrid/Selection",
"dgrid/extensions/Pagination",
"dgrid/extensions/ColumnReorder",
"dgrid/extensions/ColumnResizer",
"dgrid/extensions/ColumnHider"
The text was updated successfully, but these errors were encountered: