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

Disable the loading panel image in radchart

2 Answers 172 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 2
Naresh asked on 21 Jun 2011, 12:09 PM
Hi,

 i have used scrolling in Bar chart.
i got an loading panel image in regions.
Find the Attachment for image and give me the solution. it's urgent.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 Jun 2011, 11:40 AM
Hello Naresh,

Try setting InitialDelayTime for the RadAjaxLoadingPanel. The InitialDelayTime property specifies the delay in milliseconds, after which the RadAjaxLoadingPanel will be shown. If the request returns before this time, the RadAjaxLoadingPanel will not be shown.

Check out the following help document for more on this.
RadAjaxLoadingPanel.

Thanks,
Princy.
0
Theo
Top achievements
Rank 1
answered on 13 Nov 2012, 12:41 AM
This does not fix the issue.
The issue is not with the RadAjaxLoadingPanel but it is with the loading image within the RadChart control when a transparent skin like Vista is being used.
You can fix it by doing this

<style type="text/css">
.rchImgWrap div

  background: url() !important; 
}
</style>
                   

Tags
Chart (Obsolete)
Asked by
Naresh
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Theo
Top achievements
Rank 1
Share this question
or