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

Fixed elements in a RadPageView

2 Answers 49 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
TANSERI
Top achievements
Rank 1
TANSERI asked on 14 Oct 2010, 11:10 PM
Hi everybody,

I have a page which contains a TabStrip.

The tabs are added dynamically and the pageViews related to the tabs in the event  "OnPageViewCreated".

In the pageview of the second tab, I have added 2 usercontrols.
The first usercontrol contains buttons, the second contains a radgrid.
A scroll is automatically added in the Pane for the two usercontrols.

How can I force the first usercontrol to be fixed and the other control to be scrollable?

Thanks for help.

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 15 Oct 2010, 01:55 PM
Hello Tanseri,

You can set the first user control's position to be absolute, but then the RadGrid will appear under it when the user scrolls the page. I would suggest enabling RadGrid scrolling and ensuring the height of the TabStrip can fit both controls. Doing it that way, only the RadGrid's rows will scroll, which I'm assuming is what you want.

I hope that helps.
0
TANSERI
Top achievements
Rank 1
answered on 15 Oct 2010, 02:05 PM
Thanks Cori for replying so fast, I'll try and let you know
Tags
TabStrip
Asked by
TANSERI
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
TANSERI
Top achievements
Rank 1
Share this question
or