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...??
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> |