Hi,
I am having a grid I wish to have static headers to display.
so, i have added following under client settings
<Scrolling AllowScroll="true" UseStaticHeaders="true" ScrollHeight="500px" />
Now i also wanted to have horizontal scroll bars so i kept the grid in a div
<div style="width:1024px; overflow-x:scroll">
My grid here
<div>
The problem is that it shows two Horizontal scroll bars in IE,
And in FF only one horizontal scroll bar is shown, but it does not show the whole grid, and right most part is not shown even after scrolling to most right.
Please Help..
Also, can't we set the scroll width just like we had set ScrollHeight in above.
Thanks,
Avi
I am having a grid I wish to have static headers to display.
so, i have added following under client settings
<Scrolling AllowScroll="true" UseStaticHeaders="true" ScrollHeight="500px" />
Now i also wanted to have horizontal scroll bars so i kept the grid in a div
<div style="width:1024px; overflow-x:scroll">
My grid here
<div>
The problem is that it shows two Horizontal scroll bars in IE,
And in FF only one horizontal scroll bar is shown, but it does not show the whole grid, and right most part is not shown even after scrolling to most right.
Please Help..
Also, can't we set the scroll width just like we had set ScrollHeight in above.
Thanks,
Avi