function
OnClientClose(oWnd, args) {
$get(
'<%=btnRefresh.ClientID%>').click();
}
RadAjaxLoadingPanel image is not dispalying in Q1 2010, What's the new path on this version.
<
telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
<img alt="Loading..."
src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading3.gif") %>'
style="border:0;" />
</telerik:RadAjaxLoadingPanel>
Thanks!
Im trying to change the "javascript:___dopostback" message in the header linkbutton (sort column).
Im handling the ItemDataBound event, and using this code:
if (e.Item is GridHeaderItem)
{
((LinkButton)e.Item.Cells[2].Controls[0]).Attributes.Add("onmouseover", "window.status='';");
}
But Its not working, someone tried it before?
http://demos.telerik.com/aspnet-classic/grid/examples/AJAX/OutOfGrid/DefaultCS.aspx
| <telerik:RadToolTip runat="server" ID="RadToolTip1" Width="280px" Height="70px" TargetControlID="elvis.red" |
| OffsetX="0" OffsetY="0" IsClientID="true" EnableViewState="true" ShowCallout="false"> |
| <br /> |
| <img src="ToolTip.png" alt=" " /> |
| </telerik:RadToolTip> |
| <iframe id="elvis" src="frametest.aspx" frameborder="1"></iframe> |
| <div id="red"></div> |

| .MyCloseButton { |
| cursor:pointer; |
| background-image: url('Dock/close.gif'); |
| } |
| .rdTitleBar |
| { |
| border-style: solid; |
| border-color:Gray; |
| border:1px; |
| background-color: #003063; |
| margin:0px; |
| padding-bottom:4px; |
| padding-top:4px; |
| } |
| div.RadDock .rdCenter em |
| { |
| color: rgb(255, 255, 255); |
| font-family: Verdana; |
| font-size:14px; |
| font-weight:bold; |
| text-align: left; |
| padding-left:7px; |
| margin:0px; |
| } |
| div.RadDock .rdContent { |
| background-color: #9cb6d6; |
| padding: 5px; |
| border-style: solid; |
| border-bottom-color:#003063; |
| border-left-color:Gray; |
| border-right-color:Gray; |
| border-top-color:#003063; |
| border-width: 1px; |
| margin:0px; |
| } |