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

Telerik Grid HourGlass Reading

1 Answer 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pardha Saradhi
Top achievements
Rank 1
Pardha Saradhi asked on 27 Oct 2010, 02:18 PM

Hi,
I am loading Telerik grid based on search parameters, and when data is loading from database,i would like to display Hourglass rotating, but i could not able to get it. since i am getting default loading rotating only.

ex:-

<

 

telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" BackColor="AliceBlue"

 

 

 

 

 

Transparency="30">

 

 

 

 

 

<img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'

 

 

 

 

 

style="border: 0;" />

 

 

 

 

 

</telerik:RadAjaxLoadingPanel>

 

 

 

do let me know, if i need to change to loading.gif to some other file? if so please let me know the path.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 27 Oct 2010, 03:13 PM
Hello Pardha,

If you want to display a rotating hourglass, you need to set the src of the img tag to a rotating hourglass file. I don't believe Telerik has one pre-built, so you most likely have to search for one or make your own.

I hope that helps.
Tags
Grid
Asked by
Pardha Saradhi
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or