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

Controls placed in radpageview are not reodered on scroll

4 Answers 135 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Muthusamy V
Top achievements
Rank 1
Muthusamy V asked on 21 Sep 2010, 01:20 PM
Hi,

I have created a tab strip consisting of 3 tabs.
Each tab has different pageview ID's and each RADPAGEVIEW  had different widths.

I have used "scroll" property to enable scrolling in radpageview which has more width than normal.

Every things are working fine except the "RadListbox" control.

When i use scrollbar(Horizontal scroll bar), the postion of the listbox is not updated with respect to scroll amount. The Listbox just stays in the same position even after scrolling.

It comes back to its original alignment only when mouse is moved over on it.

I checked with other rad controls like radcombobox, radtextbox and everything is able to relocate. But radlistbox keeps floating away irrespective of the scroll positon.

You can refer the attachment to get clear idea about my scenario.

Any help would be appreciated.


Regards,

Muthusamy

4 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 21 Sep 2010, 03:42 PM
Hi Muthusamy,

The reason for this is that RadListBox is positioned relatively. You should set  "position: relative" css style to the scrolling container (the pageview in your case) to fix it.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Muthusamy V
Top achievements
Rank 1
answered on 21 Sep 2010, 06:20 PM
Hi Yana,

Thanks for your reply.

I created a css style as you said and i added it to my pageview. It works great in firefox but not in IE.

This is the css i tried:

.PreventOverFlow
{
    width: 961px;
    white-space:nowrap;
    position:relative;
    float:inherit;
    background-attachment:fixed;
    background-repeat:repeat;
    overflow:auto;
}

And, i have added all the contols to my page in the same way. Every control is able to re-align to its new offset position. But the listbox seems to behave independent in IE.

Is there any way i can avoid this cross-browser issue?


Regards,

Muthusamy
0
Yana
Telerik team
answered on 22 Sep 2010, 01:27 PM
Hello Muthusamy,

I am not able to reproduce the issue, could you please send us a simplified version of your page?

Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Muthusamy V
Top achievements
Rank 1
answered on 27 Sep 2010, 05:43 PM
Hi Yana,

Your idea worked perfectly. I made a minor mistake in my design. It caused a similar issue like the one which we were discussing. Anyhow i was able to fix it.

Thanks for your help Yana. Your help was on time:)

Best wishes,

Muthsamy
Tags
TabStrip
Asked by
Muthusamy V
Top achievements
Rank 1
Answers by
Yana
Telerik team
Muthusamy V
Top achievements
Rank 1
Share this question
or