Thursday, December 29, 2011

DataGrid scrollbar not working in IE

Hello,

We have been having an issue, where the scrollbar in IE 7 & 8 does
not work when you click and drag it, for a data grid. When you use the
mouse scroll it works, and when you use the arrow keys, to scroll
down, it works as well. When you click and drag the scroll bar, it
moves and it just does not scroll anything. Here is a snippit of how
the xml is setup,

<g:DockLayoutPanel ui:field="mainPanel" unit="PX">
...
<g:center>
<c:DataGrid ui:field="measureSetGrid"
addStyleNames="{css.measureSetGrid}" pageSize="20"/>
</g:center>
...
</g:DockLayoutPanel>

Any help or suggestions would be greatly appreciated, thanks!

Sincerely,

Lakota

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment