MikeDamone
Programmer
I have a datagrid that is inside a div because I want use a certain prt of the screen vertically and the DIV allows for scrolling to see the rest of the data in the datagrid. My question is, how can I dunamically determine the width of the grid and then assign that with to the DIV so my vertical scrollbar appears right beside the datagrid rather then way put to the right? Any ideas? Thanks