Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
98 views
Hello,m

How to show the radscheduler events in grid control  with recurrence events for given dates range.

I want to show like “Agenda View” like timeline in radscheduler.

REgards
Samir

Veronica
Telerik team
 answered on 13 May 2010
3 answers
191 views
Hi,
I would like to disable the RadDock control in client side.  I am using following method to disable the RadDock its working fine in IE,
But it's not working on Google chrome browser. How to resolve this problem? any idea let me know...

function disableDock()  
{  
    var dock = $find("<%= RadDock1.ClientID%>");  
    var outerDiv = dock.get_element();  
    outerDiv.disabled = true;  

Thanks
Sabarish
Pero
Telerik team
 answered on 13 May 2010
1 answer
144 views
I am getting this error when trying to access a radscheduler

Type 'Telerik.Web.UI.RadScheduler' does not have a public property named 'ResourceStyles'.

I have no idea why that would happen, any thoughts?
T. Tsonev
Telerik team
 answered on 13 May 2010
4 answers
160 views

When specifying the raddock's content width to be 100%, Firefox 3.6 and IE8 appear to function as expected; however, Safari(4.0.5) and Chrome(4.1.249.1064) seem to lose some width after the raddock control is collapsed, and then expanded.

Perhaps I'm doing something wrong?  Any help is greatly appreciated.

Below is a snippet of the code:

 

<form id="form1" runat="server" method="post">  
    <telerik:RadScriptManager ID="scriptManager1" runat="server"></telerik:RadScriptManager> 
    <telerik:RadDockZone runat="server" ID="dzLeft" Orientation="Vertical" FitDocks="true">  
        <telerik:RadDock runat="server" ID="raddock1" Title="RadDock1" DefaultCommands="ExpandCollapse">  
            <ContentTemplate> 
                <div style="background: grey; width: 100%;">&nbsp;</div> 
            </ContentTemplate> 
        </telerik:RadDock> 
    </telerik:RadDockZone> 
</form> 
 

Thanks,

 

 

Mike

 

edit: attached before and after images.

Michael
Top achievements
Rank 1
 answered on 13 May 2010
4 answers
190 views
Hi all,

             I am new to telerik controls. I am using a radgrid with usercontrol insert from inside a modal popup. I am getting variable names as inputs.
ex)
If user enters the string in this format //variablename//. Then is should consider variablename as a variable. All the string parsing is done in the server side and i am getting list of all variables. Now i should show the list of identified variables in a confirmation popup and proceed with the insert if the user clicks ok and stay in the popup mode if he clicks cancel. I tried some attempts using radconfirm, but i am not able to do it completely.

Kindly guide me right from opening a radconfirm with customized text, avoiding insert on click of cancel, and proceed with insert if ok is clicked. Or if exists any better option to do this requirement, please suggest.

Regards,
Saravanan K
Princy
Top achievements
Rank 2
 answered on 13 May 2010
2 answers
103 views
Hi,

I'm newbe in MOSS so maybe my question will not be exactly described.

I have problem with RAD editor in my MOSS solution. I use RAD Editor version of the Telerik RadControls is 2008.3.1314.35.

Problem is in that it change HMTL content definition of my macromedia flash. When I update it, everything is ok, HTML is succesfully saved and work. But when Iedit the page later, then without my change is changed HTML code of this flash.

I change another webpart on the page, but after saving my changes without my intervention was changed webpart with the flash - Media content change itself too. Before my change of another webpart the HTML code of Media Content was

<object height="285" width="910" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="Movie" value="/SiteCollectionImages/Front%20page/intro_10.swf">
<param name="play" value="true">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="loop" value="false">
<param name="menu" value="false"><embed src="/SiteCollectionImages/Front%20page/intro_10.swf" width="910" height="285" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" loop="false" menu="false"></embed></object>

And after, when I applied changes related to the another webpart in Media Content was only this HTML code

<embed src="/SiteCollectionImages/Front%20page/intro_10.swf" width="910" height="285" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" loop="false" menu="false"></embed>

And the flash stop working on the page.


I will be glad for any advice how to solve this problem.

Thanks

Jan



Jan Lichnovsky
Top achievements
Rank 1
 answered on 13 May 2010
2 answers
103 views
Ok I have a tooltip set to load in $document.ready...and it pops up above an element at the top of the page.  It has a 10 second delay to close (this works great)...and if I scroll down while its showing it all scrolls out of the viewable area fine.

However if I reload the page 1/2 way down the thing pops up at the top of the window even though the element it's supposed to be relative to is no where in the visible area...

Bug?  If not how do I fix this

<telerik:RadToolTip ID="guyToolTip" runat="server" Skin="Sitefinity" OffsetY="-10" AutoCloseDelay="5000" HideDelay="5000"  TargetControlID="logoGuyPanel" Position="TopRight" RelativeTo="Element" ShowEvent="OnMouseOver" /> 

sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 13 May 2010
0 answers
297 views
Hi,

this is shanker I am did on project .It's working but very slow in site .telerik.web.ui.webresource.axd file taking more size how to compress this files my project files taking above 1mb how to compress this files please it's very argent  .present my project struggle in perfamance .How to improve my project perfamance am using Rad script manger  am send my config.file and master page file . Rad manger used in master page and in .aspx  am use radproxymanager .please send solutions am wait for any replay please it's very argent . 

this my web config file 


<?xml version="1.0"?>
<configuration>
<configSections>
<!--8-5-2010 for radcomperssion-->
<sectionGroup name="telerik.web.ui">
<section name="radCompression" type="Telerik.Web.UI.RadCompressionConfigurationSection, Telerik.Web.UI, PublicKeyToken=121fae78165ba3d4" allowDefinition="MachineToApplication" requirePermission="false"/>
</sectionGroup>
<!--8-5-2010 for radcomperssion-->
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<!--8-5-2010 for radcomperssion-->
<telerik.web.ui>
    <radCompression enablePostbackCompression="true"/>
  </telerik.web.ui>
<!--8-5-2010 for radcomperssion-->
<appSettings>
<add key="Telerik.Skin" value="Web20"/>
<add key="dbtel_person_Images" value="picture_library/dbtel"/>
<add key="school_person_Images" value="picture_library/school"/>
<add key="PersonImageArea" value="100x130"/>
</appSettings>
<connectionStrings>
<add name="demo" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=demo;Persist Security Info=True;User ID=demo_sql;Password=demosqlpswd" providerName="System.Data.SqlClient"/>
<add name="smdc" connectionString="Data Source=SAMA\SQLEXPRESS;Initial Catalog=smdc;Persist Security Info=True;User ID=smdc_sql;Password=smdcsqlpswd" providerName="System.Data.SqlClient"/>
<add name="stpeters" connectionString="Data Source=SAMA3\SQLEXPRESS;Initial Catalog=stpeters;Persist Security Info=True;User ID=stpeters_sql;Password=stpeterssqlpswd" providerName="System.Data.SqlClient"/>
<add name="pinfoConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=pinfo;Integrated Security=True" providerName="System.Data.SqlClient"/>
<add name="pinfoConnectionString1" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=pinfo;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
  <location path="Telerik.Web.UI.WebResource.axd">
    <system.web>
      <authorization>
        <allow users="*"/>
      </authorization>
    </system.web>
  </location>
<system.web>
<!-- 
            Set compilation debug="true" to insert debugging 
            symbols into the compiled page. Because this 
            affects performance, set this value to true only 
            during development.
        -->
<compilation debug="true">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="Telerik.ReportViewer.WebForms, Version=4.0.10.317, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"/>
<add assembly="Telerik.Reporting, Version=4.0.10.317, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"/>
</assemblies>
</compilation>
<!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
        -->
<authentication mode="Forms"/>
<!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
<customErrors mode="Off"/>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</controls>
</pages>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<!--10-5-2010 for radcomperssion-->
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false"/>
<!--10-5-2010 for radcomperssion-->
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>
<add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2009.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>
<add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI" validate="false"/>
<add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=2009.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>
<add type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=4.0.10.317, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" path="Telerik.ReportViewer.axd" verb="*"/>
      <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI,  Version=2009.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>
    </httpHandlers>
<httpModules>
<!--8-5-2010 for radcomperssion-->
<add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
<!--8-5-2010 for radcomperssion-->
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpModules>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
</compilers>
</system.codedom>
<!-- 
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0.  It is not necessary for previous version of IIS.
    -->
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<!--8-5-2010 for radcomperssion-->
<add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
<!--8-5-2010 for radcomperssion-->
<remove name="ScriptModule"/>
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="ScriptResource"/>
<!--10-5-2010 for radcomperssion-->
<add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler"/>
<!--10-5-2010 for radcomperssion-->
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="Telerik.ReportViewer.axd_*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=4.0.10.317, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" path="Telerik.ReportViewer.axd" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
  <!--11-5-2010 for radcomperssion-->
<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="true" enableCaching="true"/>
</scripting>
</system.web.extensions>
  <!--11-5-2010 for radcomperssion-->
</configuration>

this my master page 

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Default.master.cs" Inherits="TelerikComponentsWS.Default" %>

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <link rel="Stylesheet" href="css/styles.css" type="text/css" />
  

</head>
<body>
    <form id="form1" runat="server">
     <!--11-5-2010 for radcomperssion-->
    <telerik:RadScriptManager ID="scm" runat="server" >
<CdnSettings TelerikCdn="Enabled"></CdnSettings>
    </telerik:RadScriptManager>
     <!--11-5-2010 for radcomperssion-->
    <div style="height: 100%;" id="splitterContainer">
        <telerik:RadAjaxManager ID="radAjMan" runat="server" UpdatePanelsRenderMode="Inline"
            DefaultLoadingPanelID="logPan">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="horMenu">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="leftMenu" />
                        <telerik:AjaxUpdatedControl ControlID="horMenu" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
        <telerik:radformdecorator id="RadFormDecorator2" DecoratedControls="all" runat="server" decorationzoneid="ZoneID2"
            skin="Web20" ControlsToSkip="Select">
        </telerik:radformdecorator>
         <telerik:radformdecorator id="RadFormDecorator1" DecoratedControls="all" runat="server" decorationzoneid="ZoneID3"
            skin="Web20" ControlsToSkip="Select">
        </telerik:radformdecorator>
        <telerik:RadWindowManager ID="radWin" runat="server">
            <Windows>
                <telerik:RadWindow ID="defFacWnd" OffsetElementID='<%#lnk_def_facility.ClientID%>'
                    OpenerElementID='<%#lnk_def_facility.ClientID%>' NavigateUrl="~/User/DefFacility.aspx"
                    OnClientClose="onDefFacClose" runat="server">
                </telerik:RadWindow>
            </Windows>
        </telerik:RadWindowManager>
        <telerik:RadFormDecorator ID="rad_decorator" runat="server" DecoratedControls="all" ControlsToSkip="Select">
        </telerik:RadFormDecorator>
        <telerik:RadSplitter ID="contentSplitter" runat="server" Height="100%" Width="100%"
           VisibleDuringInit="false" OnClientLoaded="initSplitter">
            <telerik:RadPane ID="navigationPane" runat="server" Width="190">
                <div style="margin: 5px;">
                 <br/>
                    <asp:Image ID="Image2" runat="server" ImageUrl="~/img/company_logo.jpg" />
                    
                   
                    <br />
                    <asp:LinkButton ID="lnk_def_facility" runat="server"></asp:LinkButton>
                </div>
                <telerik:RadPanelBar ID="leftMenu" runat="server" Width="180px">
                </telerik:RadPanelBar>
                 <br/>
                 <br/>
                  <br/>
                 
                <div >
                <asp:Button runat="server" ID="btn_logout" Text="Logout" onclick="btn_logout_Click" CausesValidation="false" />  
                </div>
            </telerik:RadPane>
            <telerik:RadSplitBar ID="splitter" runat="server" CollapseMode="Forward" />
            <telerik:RadPane ID="contentPane" runat="server" MinWidth="400">
                <div style="margin: 5px;">
                  <div id="ZoneID4" style="right: auto">
                <fieldset width="100%" style="border-style: none; padding-right: inherit;"  align="right">
                    <asp:Image ID="Image1" runat="server" 
                        ImageUrl="~/img/studentdatasuite_header.PNG" width="100%"/> 
                    </fieldset>
                    </div>
                    <telerik:RadTabStrip ID="horMenu" runat="server" SelectedIndex="0" DataFieldID="module_id">
                        <DataBindings>
                            <telerik:RadTabBinding TextField="module" ValueField="module_id" />
                        </DataBindings>
                    </telerik:RadTabStrip>
                   
                </div>
                <div style="margin: 5px;">
                    <h2>
                        <asp:Literal runat="server" ID="ltTitle"></asp:Literal></h2>
                    <asp:ContentPlaceHolder ID="centerContent" runat="server">
                    </asp:ContentPlaceHolder>
                </div>
                <div id="ZoneID3" style="right: auto">
                <fieldset width="100%" style="border-style: none; padding-right: inherit;"  align="center">
                    <p> © 2009 Sama IT Group. All rights reserved.
<a target="_self" title="Home" href="http://www.samaitgroup.com/">Home</a> 
<a target="_self" title="Products" href="http://www.samaitgroup.com/products.html">Products</a> 
<a target="_self" title="Aboutus" href="http://www.samaitgroup.com/aboutus.html">Aboutus</a>
<a target="_self" title="Support" href="http://www.samaitgroup.com/support.html">Support</a>
<a target="_self" title="Contacts" href="http://www.samaitgroup.com/contactus.html">Contacts</a>
         </p>
                    </fieldset>
                    </div>
                 
            </telerik:RadPane>
        </telerik:RadSplitter>
      
        <telerik:RadAjaxLoadingPanel ID="logPan" runat="server" IsSticky="true" Transparency="30"
            Style="position: absolute; top: 0; left: 0; line-height: 60px; text-align: center;
            z-index: 99;" Width="100%" Height="100%" BackColor="#B9CDF7">
            <asp:Image ID="img" runat="server" Width="130px" Height="60px" ImageUrl="~/img/loading.gif"
                Style="border: 0; margin-top: 70px;"></asp:Image>
        </telerik:RadAjaxLoadingPanel>
     
    </div>

    <script type="text/javascript">
        function onDefFacClose(oWnd) {            //get the transferred arguments
            var arg = oWnd.argument;
            if (arg) {
                var facName = arg.facName;
                $get(oWnd.get_openerElementID()).innerHTML = facName;
            }
        }
        function initSplitter(sender, args)  
        {         
            sender.get_element().style.visibility = 'inherit';  
        }  
 
    </script>

    </form>
</body>
</html>


shanker bangari
Top achievements
Rank 1
 asked on 13 May 2010
2 answers
209 views
Hi,

 I'm using a radtooltip shown from server side. I have set the postion of the tooltip to center and RelativeTo="Element" but the tooltip is shifted to the left (not well centred) by more than 50 px. I tried to set RelativeTo="BrowserWindow" but i have the same problem.
Could you tell me how to set the tooltip well centred please ?

Regards,
Mounir

here the source code :
 <telerik:RadToolTip EnableEmbeddedBaseStylesheet="true" ID="RadToolTip1" runat="server" 
        ShowEvent="FromCode" HideEvent="ManualClose" Modal="true" Animation="None" Skin="Default" 
        Position="Center" OffsetY="-1" RelativeTo="Element" Width="500px"
                <table width="100%" cellpadding="2" cellspacing="2"
                    <tr> 
                        <td> 
                            <asp:Label runat="Server" ID="confTitle" CssClass="kit-title-confirmation" Text="<%$ Resources:Labels, SubSpacefrmConfirmCoordonneesPostalesTitle %>" /> 
                        </td> 
                    </tr> 
                    <tr> 
                        <td> 
                            <div style="border-width: thin; border: 1px solid; color: #003366;"
                                <div style="padding: 5px;"
                                    <asp:Label ID="lbConfirmMessage" runat="Server" CssClass="kit-text-confirmation" Text="<%$ Resources:PrescrireCore, ConfirmCoordonneesPostalesMsg %>" /></div
                                <div style="text-align: right;height:28px"
                                    <asp:Button ID="btnClosePopup" CssClass="classebouton" runat="server" Text="<%$ Resources:PrescrireCore, RegisterbtnClosePopup %>" OnClientClick="CloseTooltip();" />&nbsp;&nbsp;</div> 
                            </div> 
                        </td> 
                    </tr> 
                </table> 
    </telerik:RadToolTip>     

Mounir Maghraoui
Top achievements
Rank 1
 answered on 13 May 2010
7 answers
145 views
Howdy,

I am plugging in the MOSSRadEditor into a custom ASPX page for SharePoint. I'm running it on Windows SharePoint Services not MOSS, I hope this isn't an issue. The editor loads but the top toolbar isn't there. The footer buttons are there, Design, HTML, Preview and resize. I've attached an image.

I began the integration using just RadEditor and the toolbars were there and happily working. I had an issue with the dialogs and read that I should use this control instead. I renamed the control tag to MOSSRadEditor and it loads but without the toolbar. I have since loaded it to a fresh new aspx page in SharePoint. My code sample is below. I have installed the wsp file and deployed it as well.

 

<%@ Register TagPrefix="telerik" Assembly="Telerik.Web.UI, Version=2010.1.415.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" %>   
<%@ Register TagPrefix="telerik" Assembly="RadEditorSharePoint, Version=5.7.2.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint" %>   
   
<telerik:MOSSRadEditor ID="RadEditor1" runat="server" ToolbarMode="Default"></telerik:MOSSRadEditor>   
 

and the code behind for the page has

 
        protected override void OnInit(EventArgs e)  
        {  
            Page.Init += delegate(object sender, EventArgs e_Init)  
            {  
                if (ScriptManager.GetCurrent(Page) == null)  
                {  
                    RadScriptManager sMgr = new RadScriptManager();  
                    Page.Form.Controls.AddAt(0, sMgr);  
                }  
            };  
            base.OnInit(e);  
        } 


Thanks!

Delphi
Top achievements
Rank 1
 answered on 13 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?