Hi,
I've a radgrid with scrolling enabled. I need to set the scroll height dynamically in he javascript in the onresize event.
how do i do this. I know scrolheight takes only pixels. I calculate my grid's height based on the formla:
(items.count * 24 ) + gridheaderheight.
Now the question is how can i access the scroll height in my javascript and set it to scroll height of radgrid in ascx. Pls help me with code.
When I get the scroll height fitting my screen, I shouldn't get the IE scrollbar? how do i do this
I've a radgrid with scrolling enabled. I need to set the scroll height dynamically in he javascript in the onresize event.
how do i do this. I know scrolheight takes only pixels. I calculate my grid's height based on the formla:
(items.count * 24 ) + gridheaderheight.
Now the question is how can i access the scroll height in my javascript and set it to scroll height of radgrid in ascx. Pls help me with code.
When I get the scroll height fitting my screen, I shouldn't get the IE scrollbar? how do i do this