<telerik:RadWindow ID="RadWindowCard" runat="server" AutoSize="True" IconUrl="/image/iconlogo.png" ReloadOnShow="True" NavigateUrl="publicard.aspx" Behaviors="Close" RestrictionZoneID="NavigateUrlZone" Height="100" Skin="Simple" VisibleStatusbar="False" Title="Caricamento biglietto da visita..." ShowContentDuringLoad="False" Width="300" Modal="true"></telerik:RadWindow>Dim script As String = "function f(){$find(""" + RadWindowCard.ClientID + """).show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);"ScriptManager.RegisterStartupScript(Me, Me.[GetType](), "key", script, True)Dim script As String = "function f(){$find(""" + RadWindowCard.ClientID + """).show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);"ScriptManager.RegisterStartupScript(Me, Me.[GetType](), "key", script, True)<form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"> </asp:ScriptManager> <asp:HiddenField ID="contenitoredati" runat="server" /> <telerik:RadFormDecorator ID="QsfFromDecorator" runat="server" DecoratedControls="Default, Textbox, Textarea, Label" Skin="Sunset" /> <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="ImageButtonRicerca"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="Panel1" LoadingPanelID="RadAjaxLoadingPanel1" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="RadMenu1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager> <telerik:RadNotification ID="RadNotification1" runat="server" AutoCloseDelay="3500" Height="100px" Skin="Simple" Title="Trycontact" TitleIcon="~/Image/iconlogo.png" Width="400px" Position="Center"> </telerik:RadNotification> <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" Runat="server" Skin="Simple" BorderColor="#D5842B" BorderStyle="Double" HorizontalAlign="Center" BorderWidth="1px"> </telerik:RadAjaxLoadingPanel> <telerik:RadWindowManager ID="RadWindow_Conferma" runat="server" Modal="True" Skin="Office2010Silver"> <Windows> <telerik:RadWindow ID="RadWindowAppuntamento" runat="server" ShowContentDuringLoad="false" Width="527px" Height="450px" Title="Richiesta appuntamento" Behaviors="None" Modal="True" IconUrl="/image/iconlogo.png" Behavior="None" Font-Names="Verdana" Font-Size="Small" VisibleStatusbar="False" Skin="Simple" ReloadOnShow="True" NavigateUrl="appuntamento.aspx"> </telerik:RadWindow> </Windows> </telerik:RadWindowManager> <div class="profilebody"> </div> </form>.profilebody{ background-image: url('/Image/banner.jpg'); background-repeat: no-repeat; width: 1024px; height: 85px; text-align:center; font-family: Verdana; font-size: small; margin: 0px; border: 0px; position: static;}UserControl 1 <script type="text/javascript"> function closeAndOpen() { $find("<%= modalWindow.ClientID %>").close(); $find("<%= confirmationWindow.ClientID %>").show() } </script> <div class="links"> <asp:LinkButton ID="changeProfile" runat="server" meta:resourcekey="changeUsername" CssClass="fontUnderline linkFont noLink" CausesValidation="False" OnClick="changeProfile_Click"></asp:LinkButton> </div> <telerik:RadWindowManager ID="radWindowManager" runat="server" DestroyOnClose="false" EnableShadow="true" ShowContentDuringLoad="false" VisibleStatusbar="false" ReloadOnShow="true" Opacity="100"> <Windows> <telerik:RadWindow ID="modalWindow" runat="server" Visible="false" VisibleOnPageLoad="true" VisibleStatusbar="false" Behaviors="None"> <ContentTemplate> <uc:Profile ID="changeProfileControl" runat="server" Visible="false" /> </ContentTemplate> </telerik:RadWindow> <telerik:RadWindow ID="confirmationWindow" runat="server" Visible="false" VisibleOnPageLoad="true" VisibleStatusbar="false" Behaviors="None"> <ContentTemplate> <uc:successmessage ID="confirmation" runat="server" /> </ContentTemplate> </telerik:RadWindow> </Windows> </telerik:RadWindowManager> UserControl 2: In my button click event I am registering the script Protected Button_Click() { //Do some process ScriptManager.RegisterStartupScript(this, this.GetType(), "Testing Script", "closeAndOpen();", true); }
using eis = Telerik.Web.UI.ExportInfrastructure; protected void RadGrid1_BiffExporting ( object sender, GridBiffExportingEventArgs e ) { eis.Table tbl = e.ExportStructure.Tables [ 0 ]; eis.Row row = new eis.Row ( tbl ); eis.Cell newCell = row.Cells [ 1, 1 ]; newCell.Value = "Default text used in this cell."; newCell.Colspan = tbl.Columns.Count - 1; newCell.Style.Font.Bold = true; newCell.Style.Font.Size = 15; ... there is no Add()/Insert(...) method that I can find. }I am running into an issue with Y-axis scales in combination chart .I have 2 measures as 2 series items represented on Y axis with data ranging from 2 to 3 and x-axis has months, left the measures box field empty. The y-axis scale after the report is run is giving multiple values like 0,0,1,1,2,2,3,3..so on instead of 0,1,2,3,4.. I have tried changing the scale interval number under the properties but it's causing the data skewed
RadComboBoxItem seperator = new RadComboBoxItem("<hr />", "<hr />") { IsSeparator = true };
i'm using telerik gridview like here http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx but in that demo when filter data it shows a loding with blue background in my case it reloads my page everytime i filter it, maybe because i'm getting the data from different tables into the rad gridview?
i have enabled ajax so why it reloads? is there a way to not refresh the page like that
by the way how to activate pdf export?
choose default id panel is empty , why? i'm using metro skin
also how can i edit some fields only when we are at edit template i dont see the textboxes in designtime...
also filter options are not getting translates nor filter when we set culture why?
