I've implemented a RadCombobox inside a sticky footer in a RadPageLayout. The issue is that when one scrolls the main content, the dropdown also scrolls! Now I resolved that matter this way:
And everything works great! Except there's one issue... there's a RadGrid in the main section which has a row count / page combobox... and that too uses the RadComboBox, so it gets placed where the sticky footer's combo box goes! Is there a way to resolve this issue?
I'm hoping this is enough info, but I'll be happy to give more if required. Many thanks for any assistance you might have.
.rcbScroll
{
position:fixed !important;
width:410px !important;
bottom:80px !important;
}
.rcbHeader
{
position:fixed !important;
bottom:153px !important;
width:410px !important;
}
.rcbWidth
{
background-color:White !important;
width:425px !important;
}
And everything works great! Except there's one issue... there's a RadGrid in the main section which has a row count / page combobox... and that too uses the RadComboBox, so it gets placed where the sticky footer's combo box goes! Is there a way to resolve this issue?
I'm hoping this is enough info, but I'll be happy to give more if required. Many thanks for any assistance you might have.