Attach a div to Dojo DataGrid horizontal scroll
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2009-07-29T13:01:29Z
Indexed on
2010/04/22
4:03 UTC
Read the original article
Hit count: 303
I have a fixed width datagrid being built programatically, and am trying to put a header over top of it that will scroll with it. I can't do it as part of the grid as that destroys the fixed width of the cells.
I would like to be able to scroll the top div as the scrollbar for the DataGrid scrolls. This seems how the header works already, so it should be possible. I just can't figure out how to link/attach it.
© Stack Overflow or respective owner