diggityDawg
Top achievements
Rank 1
diggityDawg
asked on 07 May 2008, 05:37 PM
It appears that if I have AllowScroll set to "True" in ClientSettings and have ShowStatusBar set to "True" in the RadGrid settings, the status bar does not display at all. If I turn off AllowScroll the status bar does display, but the grid is WAY too long... Is this by design, or is there a ways to get the status bar to display while AllowScroll is enabled?
Thanks!
Eddie
Thanks!
Eddie
4 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 08 May 2008, 06:28 AM
Hi,
I think the horizontal scrollbar is hiding the StatusBar. Can you scroll down the Grid and see whether the StatusBar is Present? You can also have a look at the following demo.
Basic scrolling
Shinu.
I think the horizontal scrollbar is hiding the StatusBar. Can you scroll down the Grid and see whether the StatusBar is Present? You can also have a look at the following demo.
Basic scrolling
Shinu.
0
diggityDawg
Top achievements
Rank 1
answered on 08 May 2008, 02:53 PM
Thanks for your reply. And thanks for the link. Turns out it only works if paging is turned on. Unfortunately I don't need paging in the Grids I'm using... If I turn Paging off the statusbar is gone. It's not at the bottom of the scroll area either, it's just not there. But as soon as I turn on paging it shows back up. I even tried turning paging on and setting the pagerstyle to visible=false. The statusbar still doesn't show.
I guess I can just use loading panels to show status, but it sure would have been nice to have that statusbar on my grids...
I guess I can just use loading panels to show status, but it sure would have been nice to have that statusbar on my grids...
0
Princy
Top achievements
Rank 2
answered on 09 May 2008, 07:02 AM
Hi,
Try setting UseStaticHeaders property to true in the aspx as shown below.
ASPX:
Thanks
Princy.
Try setting UseStaticHeaders property to true in the aspx as shown below.
ASPX:
| <ClientSettings> |
| <Scrolling AllowScroll="True" UseStaticHeaders="true" /> |
| </ClientSettings> |
Thanks
Princy.
0
Hello,
Indeed, this behavior is observed. I have alerted our developers for this discrepancy, and they will soon look into it.
In the mantime, as a work-around, you can use paging, with a pagesize set to a large number, ensuring that there is only one page in effect.
Best wishes,
Yavor
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Indeed, this behavior is observed. I have alerted our developers for this discrepancy, and they will soon look into it.
In the mantime, as a work-around, you can use paging, with a pagesize set to a large number, ensuring that there is only one page in effect.
Best wishes,
Yavor
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center