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

Loading Image instead of status bar in rad grid

1 Answer 143 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ankool
Top achievements
Rank 1
ankool asked on 14 Apr 2009, 08:54 PM
Hi,

I am using ShowStatusBar='true' property of rad grid. Can I have a loading image associated with this status bar ?

Right now I can only modify, ready state and loading state text, but can I have a loading image or can I move this status bar location to the top ?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Apr 2009, 09:12 AM
Hello ankool,

You can set a custom loading image to be displayed in the RadGrid status area if you use the following CSS rule:

div.RadGrid_SkinName .rgPager .rgStatus div
{
      background: ........ ;
}

The status area cannot be moved - it is always at the left part of the pager (right part in RTL mode). However, you can make the pager item be displayed at the top / bottom / top_and_bottom.

<telerik:RadGrid>
    <PagerStyle Position="...."  />
</telerik:RadGrid>


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
ankool
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or