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

[Solved] Radgrid update progress..

7 Answers 312 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mohsin
Top achievements
Rank 1
mohsin asked on 13 May 2008, 06:20 PM
hi,
 
I am using  RadGrid.Net2.

I am getting the EnableAJAXLoadingTemplate property well but i am not getting the  LoadingTemplateTransparency property .
 
LoadingTemplateTransparency  property is missing in aspx, code behind and also on VS 2005 object browser i have not found any property name LoadingTemplateTransparency under RadGrid.

 can anyone help me out.. what i am missing?

Thanks
--Mohsin

7 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 May 2008, 06:17 AM

Hi Mohsin,

There is no built-in AJAX in RadGrid for ASP.NET AJAX. You can use the RadAjaxManager along with the RadAjaxLoadingPanel to achieve the same result. Also you can set the  trasnsparency in the RadAjaxLoadingPanel.

ASPX:

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px" Width="75px" Transparency="25">  
<img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' style="border:0; position:relative;top:50%;left:50%;" /> 
</telerik:RadAjaxLoadingPanel>   

Thanks
Princy.

0
mohsin
Top achievements
Rank 1
answered on 14 May 2008, 07:21 AM
Hi Princy,

 Thank you for your information. do i need a new dll ? I think it is telerik.web.ui.dll i need.

 Or i need something else dll?

Thanks
--Mohsin
0
Shinu
Top achievements
Rank 2
answered on 14 May 2008, 07:41 AM
Hi Mohsin,

Are you using RadGrid for ASP.NET or RadGrid for ASP.NET AJAX? Queries regarding RadGrid for ASP.NET can be send in the following section.

Grid for ASP.NET

Shinu.
0
mohsin
Top achievements
Rank 1
answered on 14 May 2008, 07:55 AM
Hi Shinu,

 I am using RadGrid.Net2 dll, i am using it on a DNN 4.7 module creation. The sorting, paging etc is working well with Enable Ajax  true. But i need  to show the  update progress, i am getting default update progress  image.... but i can not  set the transparency property anywhere.

Thanks
--Mohsin

 
0
Accepted
Shinu
Top achievements
Rank 2
answered on 14 May 2008, 10:02 AM
Hi Mohsin,

I am using RadGrid(5.1.1) and I was able to set the transparency for the LoadingTemplate in the aspx as shown below.

ASPX:
<rad:radgrid id="RadGrid1" runat="server"   EnableAJAX="true"  LoadingTemplateTransparency="25"   EnableAJAXLoadingTemplate="true"   > 


Thanks
Shinu.
0
mohsin
Top achievements
Rank 1
answered on 14 May 2008, 10:40 AM
Hi Shinu,

 Thanks. I think the problem is bcs of the version. I m using  radGrid 4.0.3.0. 

Thanks
--Mohsin
0
Princy
Top achievements
Rank 2
answered on 15 May 2008, 07:46 AM
Hi Mohsin,

You can also have a look at the following KB article.
Updating RadControls for ASP.NET to another version or license

Thanks
Princy.
Tags
Grid
Asked by
mohsin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
mohsin
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or