This is a migrated thread and some comments may be shown as answers.

Scrolling in pane content disappears

1 Answer 51 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Anne Chinn
Top achievements
Rank 1
Anne Chinn asked on 09 Mar 2011, 07:22 AM
Hello,

I have a Horizontally split Splitter (header, content) and then the content is a vertically split Splitter (LeftNav, MainContent).
I have the MainContent RadPane set to scroll in both directions and I have followed the directions of setting the style of html, body,form to height:100% and height=100% down the hierarchy to the pane.

Inside the MainContent RadPane I have a RadGrid that is very long and therefore causes the RadPane scrollbars to show. Everything works until I scroll down and select a row in the RadGrid. Then, depending on how far down I have scrolled I get everything on the screen shifted upward. In the worst case, the screen appears to be completely blank (no content, no scrollbars). When I have scrolled just one page down and then select a row, then everything on the screen appears to have been painted off by the amount of the scroll down. For example, the header is missing and the scrollbar only goes down 2/3 of the screen.

Any ideas what is happening?

Anne

1 Answer, 1 is accepted

Sort by
0
Anne Chinn
Top achievements
Rank 1
answered on 09 Mar 2011, 06:50 PM

I found a solution based on some similar problems reported by others.

I added the following style to the right pane in the nested splitter (where the radgrid is).

 

 

.rightpane

 

 

 

{

 

 

    position:relative;

 

 

}

Tags
Splitter
Asked by
Anne Chinn
Top achievements
Rank 1
Answers by
Anne Chinn
Top achievements
Rank 1
Share this question
or