I have a RadPane Scrolling="None".
Inside is 2 divs one a heading the other content.
I want the content to scroll if it overflows keeping the heading up top.
Content displays scroll bars but cannot scroll, any ideas?
<telerik:RadPane RadPane Scrolling="None">
<div id="Heading">Heading and buttons</div>
<div id="content" class="pnlBar" style="overflow:scroll>
..........................
</div>
</telerik:RadPane>