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

[Solved] 2010.1.312.35 differences

2 Answers 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 15 Mar 2010, 09:29 PM
This used to work, now it doesn't.
src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.LoadingProgressBar.gif") %>'

Fix:  I changed to:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Windows7" Transparency="25">  

RadGrid Skin WebBlue used to have this nice Add and Remove (Trashcan icon), now it's a very indistinguishable + and also the trashcan became a picture of X...??

                <telerik:GridButtonColumn ConfirmText="Delete this entry?" ConfirmDialogType="RadWindow"  
                    ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" 
                    UniqueName="colDelete"
                    <ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" /> 
                </telerik:GridButtonColumn>    


2 Answers, 1 is accepted

Sort by
0
Lenny_shp
Top achievements
Rank 2
answered on 16 Mar 2010, 03:01 PM
Is this supposed to say Q1 2010?

http://demos.telerik.com/aspnet-ajax/ajax/examples/loadingpanel/loadingimages/defaultcs.aspx



Please note that the loading images that are currently embedded in the Telerik.Web.UI
assembly will not be available after Q1 2009.


Also I am not seeing the loading circle in the grid, all I see is the entire RadGrid is turned to a shade of white.

    <telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server"
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="RadGrid1"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManagerProxy> 
     
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Windows7" Transparency="25">   
    </telerik:RadAjaxLoadingPanel> 

0
Iana Tsolova
Telerik team
answered on 18 Mar 2010, 01:22 PM
Hello Lenny_shp,

As you already found the obsolete loading images are removed from the Telerik.Web.UI. And indeed we intended to remove them after Q1 2009 when the mentioned message was added to the demo.

Regarding your questions concerning RadGrid: Since Q1 2010 there are changes in the grid Skin images. However if you prefer using the previous delete button image, I can send it to you.

Also I tested if the loading image is displayed over the grid in this demo, and I can see it is displayed as expected.

Regards,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Lenny_shp
Top achievements
Rank 2
Iana Tsolova
Telerik team
Share this question
or