Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
213 views
Hello All,

I am receiving this error on javascript error list,
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLInputElement.selectionStart]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://server1:8080/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d---%3aen-US%3a--%3a--%3b:: anonymous :: line 2151"  data: no]

this error appears when i close the RADwindow by asp .net button.

Thanks in advance.
Georgi Tunev
Telerik team
 answered on 06 Dec 2010
15 answers
595 views
Good morning !

There is any project sample for using RadEditor into an MVC .NEt project ?
Rumen
Telerik team
 answered on 06 Dec 2010
6 answers
184 views
Hello,

I am adding BlogEngine.Net to a working website using telerik controls with radscripManager.
So I added all the modules and httphandlers from blogengine to the original web site.

Before adding this, I verified that bogengine was working normally with it's own web.config

I then noticed that under IE8, I get an error in all my pages using radscriptmanager (french web site)
and when I replace RadSciptManager with asp:scriptmanager everything works ok ?

Thank you for clarification (I am using the last version 2010.2.929 , may vs 2010 is compiled with framework 2 ( 3.5)


Détails de l’erreur de la page Web
 
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; InfoPath.2; .NET4.0C; .NET4.0E)
Horodateur : Tue, 12 Oct 2010 16:53:03 UTC
 
 
Message : Erreur de syntaxe
Ligne : 2
Caractère : 1
Code : 0
URI : http://localhost:5052/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ADNScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen%3afab31106-1bd6-4491-9a14-59e0fc4a7081%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen%3a15a8cff0-9e51-4282-a100-c2dcd204ecf2%3a16e4e7cd%3af7645509%3aed16cbdc%3a874f8ea2%3a24ee1bba%3a19620875%3a39040b5c%3af85f9819
 
 
Message : ASP.NET Ajax client-side framework failed to load.
Ligne : 58
Caractère : 34
Code : 0
URI : http://localhost:5052/site/alias__xx/pls__Secure/21/register.aspx
 
 
Message : 'Sys' est indéfini.
Ligne : 70
Caractère : 1
Code : 0
URI : http://localhost:5052/site/alias__xx/pls__Secure/21/register.aspx
 
 
Message : 'Sys' est indéfini.
Ligne : 169
Caractère : 25
Code : 0
URI : http://localhost:5052/site/alias__xx/pls__Secure/21/register.aspx

Here is my page code

<%@ Page Language="C#" AutoEventWireup="false" Codebehind="Register.aspx.cs" Inherits="xx.Secure.Register" %>
<%@ Register TagPrefix="cc1" Namespace="xx.UI.WebControls" Assembly="ADNCRM.Core" %>
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head id="Head1" runat="server">
    <title>Register Page</title>
    <style media="all" type="text/css">
    .panetable
    {
        table-layout:fixed;
        overflow:hidden;
    }
    </style>
    <Telerik:RadStyleSheetManager ID="RSSManager" Runat="server" />
</head>
<body id="Body1" runat="server">
<!--[if lte IE 7]>
    <link rel="stylesheet" type="text/css" href="/aspnet_client/ADNCRM_CSS/iehacks.css" />
  <![endif]-->
 
  <!--[if lte IE 6]>
    <script type="text/javascript" src="/aspnet_client/ADNCRM_scripts/ie6scripts.js"></script>
    <link rel="stylesheet" type="text/css" href="/aspnet_client/ADNCRM_CSS/ie6hacks.css" />
  <![endif]-->
 
  <!--[if lt IE 6]>
    <link rel="stylesheet" type="text/css" href="/aspnet_client/ADNCRM_CSS/iehacks-5.5.css" />
  <![endif]-->
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="ADNScriptManager" Runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true"  EnableTheming="True">
            <Scripts>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            </Scripts>
        </telerik:RadScriptManager>
 
        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"  DefaultLoadingPanelID='AjaxDefaultLoadingPanel1' ClientEvents-OnRequestStart="onRequestStart" UpdatePanelsRenderMode="Inline"/>
        <Telerik:RadToolTipManager ID="RTTManager1" runat="server"  AutoTooltipify="false" Position="BottomCenter" RelativeTo="Element"/>
        <Telerik:RadToolTipManager ID="RTTManager2" runat="server"  AutoTooltipify="false" Position="TopCenter" RelativeTo="Element"/>
        <div class='adn_mainpanes' >
        </div>
        <div>
            <telerik:RadAjaxLoadingPanel ID="AjaxDefaultLoadingPanel1" runat="server" Style="position: absolute; left: 0; top: 0;" width="100%" height="100%" IsSticky="true" >
            </telerik:RadAjaxLoadingPanel>
        </div>
        <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
        <script type="text/javascript">
            function onRequestStart(sender, args) {
                if (args.get_eventTarget().indexOf("ExportTo") >= 0)
                    args.set_enableAjax(false);
                else $get("<%= AjaxDefaultLoadingPanel1.ClientID %>").style.height = document.documentElement.scrollHeight + "px";
            }
        </script>
        </telerik:RadScriptBlock>
    </form>
</body>
</html>

and web.config

  <httpHandlers>
    <remove path="*.asmx" verb="*" />
    <add verb="*" path="adncss.axd" type="xx.HttpHandlers.CssHandler" validate="false" />
    <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 path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
    <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" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
    <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
    <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
    <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
    <add path="FtbWebResource.axd" verb="GET" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
    <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
    <add path="CaptchaImage.axd" verb="*" type="xx.Captcha.CaptchaImageHandler, ADNCRM.Captcha" validate="false" />
    <!-- BlogEngine -->
    <add verb="*" path="file.axd" type="BlogEngine.Core.Web.HttpHandlers.FileHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="image.axd" type="BlogEngine.Core.Web.HttpHandlers.ImageHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="syndication.axd" type="BlogEngine.Core.Web.HttpHandlers.SyndicationHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="sitemap.axd" type="BlogEngine.Core.Web.HttpHandlers.SiteMap, BlogEngine.Core" validate="false" />
    <add verb="*" path="trackback.axd" type="BlogEngine.Core.Web.HttpHandlers.TrackbackHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="pingback.axd" type="BlogEngine.Core.Web.HttpHandlers.PingbackHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="opensearch.axd" type="BlogEngine.Core.Web.HttpHandlers.OpenSearchHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="metaweblog.axd" type="BlogEngine.Core.API.MetaWeblog.MetaWeblogHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="rsd.axd" type="BlogEngine.Core.Web.HttpHandlers.RsdHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="css.axd" type="BlogEngine.Core.Web.HttpHandlers.CssHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="js.axd" type="BlogEngine.Core.Web.HttpHandlers.JavaScriptHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="rating.axd" type="BlogEngine.Core.Web.HttpHandlers.RatingHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="opml.axd" type="BlogEngine.Core.Web.HttpHandlers.OpmlHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="blogml.axd" type="BlogEngine.Core.Web.HttpHandlers.BlogMLExportHandler, BlogEngine.Core" validate="false" />
    <add verb="*" path="sioc.axd" type="BlogEngine.Core.Web.HttpHandlers.Sioc, BlogEngine.Core" validate="false" />
    <add verb="*" path="apml.axd" type="BlogEngine.Core.Web.HttpHandlers.Apml, BlogEngine.Core" validate="false" />
    <add verb="*" path="foaf*.axd" type="BlogEngine.Core.Web.HttpHandlers.Foaf, BlogEngine.Core" validate="false" />
    <add verb="*" path="*.htm" type="System.Web.StaticFileHandler" />
    <!-- END BlogEngine -->
  </httpHandlers>
  <httpModules>
    <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
    <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    <add name="Rewrite.NET" type="Rewrite.NET.Rewrite,Rewrite.NET" />
    <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
    <!-- BlogEngine -->
    <add name="WwwSubDomainModule" type="BlogEngine.Core.Web.HttpModules.WwwSubDomainModule, BlogEngine.Core" />
    <add name="UrlRewrite" type="BlogEngine.Core.Web.HttpModules.UrlRewrite, BlogEngine.Core" />
    <add name="CompressionModule" type="BlogEngine.Core.Web.HttpModules.CompressionModule, BlogEngine.Core" />
    <add name="ReferrerModule" type="BlogEngine.Core.Web.HttpModules.ReferrerModule, BlogEngine.Core" />
    <!-- END BlogEngine -->
  </httpModules>
</system.web>
<!--
      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>
    <remove name="ScriptModule" />
    <remove name="RadUploadModule" />
    <remove name="RadCompression" />
    <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    <add name="Rewrite.NET" type="Rewrite.NET.Rewrite,Rewrite.NET" />
    <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode,runtimeVersionv2.0" />
    <!-- BlogEngine -->
    <add name="WwwSubDomainModule" type="BlogEngine.Core.Web.HttpModules.WwwSubDomainModule, BlogEngine.Core" />
    <add name="UrlRewrite" type="BlogEngine.Core.Web.HttpModules.UrlRewrite, BlogEngine.Core" />
    <add name="CompressionModule" type="BlogEngine.Core.Web.HttpModules.CompressionModule, BlogEngine.Core" />
    <add name="ReferrerModule" type="BlogEngine.Core.Web.HttpModules.ReferrerModule, BlogEngine.Core" />
    <!-- END BlogEngine -->
  </modules>
  <handlers>
    <remove name="WebServiceHandlerFactory-Integrated" />
    <remove name="ScriptHandlerFactory" />
    <remove name="ScriptHandlerFactoryAppServices" />
    <remove name="ScriptResource" />
    <remove name="WebServiceHandlerFactory-Integrated" />
    <remove name="ChartImage_axd" />
    <remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
    <remove name="Telerik_Web_UI_DialogHandler_aspx" />
    <remove name="Telerik_RadUploadProgressHandler_ashx" />
    <remove name="Telerik_Web_UI_WebResource_axd" />
    <add name="xx_adncss_axd" path="adncss.axd" type="xx.HttpHandlers.CssHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, 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="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="xx_Captcha_CaptchaImageHandler_axd" path="CaptchaImage.axd" verb="*" type="xx.Captcha.CaptchaImageHandler, ADNCRM.Captcha" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
    <!-- BlogEngine -->
    <add name="ImageHandler" verb="*" path="image.axd" type="BlogEngine.Core.Web.HttpHandlers.ImageHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Syndication" verb="*" path="syndication.axd" type="BlogEngine.Core.Web.HttpHandlers.SyndicationHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Sitemap" verb="*" path="sitemap.axd" type="BlogEngine.Core.Web.HttpHandlers.SiteMap, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Trackback" verb="*" path="trackback.axd" type="BlogEngine.Core.Web.HttpHandlers.TrackbackHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Pingback" verb="*" path="pingback.axd" type="BlogEngine.Core.Web.HttpHandlers.PingbackHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="OpenSearch" verb="*" path="opensearch.axd" type="BlogEngine.Core.Web.HttpHandlers.OpenSearchHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="MetaWeblog" verb="*" path="metaweblog.axd" type="BlogEngine.Core.API.MetaWeblog.MetaWeblogHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="RSD" verb="*" path="rsd.axd" type="BlogEngine.Core.Web.HttpHandlers.RsdHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="CssHandler" verb="*" path="css.axd" type="BlogEngine.Core.Web.HttpHandlers.CssHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Javascript" path="js.axd" verb="*" type="BlogEngine.Core.Web.HttpHandlers.JavaScriptHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Rating" verb="*" path="rating.axd" type="BlogEngine.Core.Web.HttpHandlers.RatingHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Opml" verb="*" path="opml.axd" type="BlogEngine.Core.Web.HttpHandlers.OpmlHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="BlogML" verb="*" path="blogml.axd" type="BlogEngine.Core.Web.HttpHandlers.BlogMLExportHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="SIOC" verb="*" path="sioc.axd" type="BlogEngine.Core.Web.HttpHandlers.Sioc, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Apml" verb="*" path="apml.axd" type="BlogEngine.Core.Web.HttpHandlers.Apml, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Foaf" verb="*" path="foaf*.axd" type="BlogEngine.Core.Web.HttpHandlers.Foaf, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode" />
    <add name="Html" path="*.htm" verb="*" type="System.Web.StaticFileHandler" resourceType="Unspecified" preCondition="integratedMode" />
    <!-- END BlogEngine -->
  </handlers>

Sebastian
Telerik team
 answered on 06 Dec 2010
1 answer
120 views
We are using RadEditor in our article management system.

I can apply a CSS class to a paragraph by using the ApplyClass tool (which will ad a <span class="className"> inside the paragraph. However, if i tried to select multiple paragraphs, it also wrap the content with the <span> tag for every paragraph. What I want to achieve is to have a <div class="className"> wrapping those multiple paragraphs. Can this be achieved?

e.g.

ORIGINAL:
<p>This is the first paragraph.</p>
<p>This is the second paragraph</p>
<p>This is the third paragraph</p>
<ol>
    <li>This is the first list item</li>
    <li>This is the second list item</li>
</ol>

OUTPUT:
<p class="className">This is the first paragraph.</p>
<p><span class="className">This is the second paragraph</span></p>
<p><span class="className">This is the third paragraph</span></p>
<ol>
    <li><span class="className">This is the first list item.</span></li>
    <li><span class="className">This is the second list item.</span></li>
</ol>

EXPECTED OUTPUT:
<div class="className">
<p>This is the first paragraph.</p>
<p>This is the second paragraph</p>
<p>This is the third paragraph</p>
<ol>
    <li>This is the first list item</li>
    <li>This is the second list item</li>
</ol>
</div>
Rumen
Telerik team
 answered on 06 Dec 2010
1 answer
49 views
Is there a way to create my own server control that encapsulates the rad controls? I'd like to use it by doing something like this:

<mycontrols:window /> that encapsulates the rad window?

Do I have to pretty much copy the rad window code and add my own logic or is there any easier way?
Vinkel
Top achievements
Rank 1
 answered on 06 Dec 2010
1 answer
104 views
Hi,
I'm using Telerik file version 2009.2.826.35 ASP.NET PanelBar web UI control. I'm nested a RadGrid (binded with data in Page_Load event) in the RadPanelItem. This PanelBar control is placed in one of the table cells i.e. within a <td style="width:25%;"> tag and on expand, the table cell is expanded out of alignment (controls to the right of the tablecell are shifted) due to the RadGrid having too many columns.

I will like the PanelBar to retain its size as in the Collapsed state when it expands.

How can I fixed the width of the PanelBar control since I have alerady enable the scrolling on the RadGrid?

I'm using IE8 browser.

 

 

 

<table>
        <tr>
        <td style="vertical-align:top;">
        <span style="display:inline;">
    <telerik:RadPanelBar ID="RadPanelBar1" Runat="server">
        <Items>
            <telerik:RadPanelItem runat="server" Text="Interest">
            <Items>
                  
                <telerik:RadPanelItem runat="server">
                    <ItemTemplate>
                        <telerik:RadGrid ID="RadGrid2" runat="server">
                        <ClientSettings Scrolling-AllowScroll="true">
                            <Scrolling AllowScroll="true" SaveScrollPosition="true" ScrollHeight="250px"/>
                        </ClientSettings>
                        </telerik:RadGrid>
                    </ItemTemplate>
                </telerik:RadPanelItem>
                  
            </Items>
            </telerik:RadPanelItem>
        </Items>
    </telerik:RadPanelBar>
    </span>
    </td>
        <td style="vertical-align:top;">
        <span style="display:inline;">
            <telerik:RadPanelBar ID="RadPanelBar2" Runat="server">
        <Items>
            <telerik:RadPanelItem runat="server" Text="Interest">
            <Items>
                  
                <telerik:RadPanelItem runat="server">
                    <ItemTemplate>
                        <telerik:RadGrid ID="RadGrid2" runat="server">
                        <ClientSettings Scrolling-AllowScroll="true">
                            <Scrolling AllowScroll="true" SaveScrollPosition="true" ScrollHeight="250px"/>
                        </ClientSettings>
                        </telerik:RadGrid>
                    </ItemTemplate>
                </telerik:RadPanelItem>
                  
            </Items>
            </telerik:RadPanelItem>
        </Items>
    </telerik:RadPanelBar>
    </span>
    </td>
    </tr>
        </table>

 

 



Thank you in advace,
Ron Tan
Nikolay Tsenkov
Telerik team
 answered on 06 Dec 2010
5 answers
66 views
I have a modal RadWindow which appears over the top of a lot of other controls.  The controls underneath the radwindow are activated when clicking within the RadWindow itself.  It seems to be happening when I click on a RadComboBox in the new window.  Any control directly underneath that in the parent form actually gets activated.

Ex.  Parent window has a RadComboBox, the new modal window has a RadComboBox directly above it.  Click on the RadComboBox in the modal window and the bottom combo box actually gets displayed.

Any ideas how to fix this?  Is it a z-index thing, or something else?
Georgi Tunev
Telerik team
 answered on 06 Dec 2010
5 answers
208 views
We started using SharePoint 2010 in our company, mostly as wiki. But after some time spend on it we are facing some serious issues. There are connected with original SharePoint Editor (this Ribbon style). Of course it looks nice and pretty but it's absolutely unusable.
For example if i want to select large amount of text and change style. My browser (no matter which IE, FF, Chrome) slows down, everything freezes while sharepoint is changing preview of text. I takes too much time. I couldn't find solution to this behavior so i started digging for some replacement. So i got Telerik_AJAX_Controls_For_Sharepoint2010_2010_3_1022_Trial.zip. Installation, then enabling Featues, IIS reset.

And here the problem begins, in help there are steps to take in SharePoint Designer.
1. Open a page in the Microsoft Office SharePoint Designer 2010. Select the page you wish to modify and choose Edit Page Layout.

I can't even find option to Edit Page Layout. When i took some random page, edited it in advanced mode (which is not described in help)
Added line 
<%@ Register TagPrefix="telerik" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=6.0.2.0, culture=neutral, PublicKeyToken=1f131a624888eeed" %>

I stopped at next step, i can't find <PublishingWebControls:RichHtmlField ... >  tag on page. I tried to create new one, no success.

Funny thing that when i create new page in browser, i have RadEditor control below original Ribbon Editor. After saving and editing page again - it dissapears. Only original Editor.

What am I doing wrong? How to enable this? Our company forces us to use SharePoint, it has so many options, but with it's original slow editor it's impossible to work with.

Stanimir
Telerik team
 answered on 06 Dec 2010
1 answer
90 views

Hi,

I was just wondering if there are any future plans to integrate the context menu directly into the Button control to work like the split button demo? It would be nice to not have to worry about adding the extra menu control and then hooking it up through javascript every time I want to use a split button like that.
Pero
Telerik team
 answered on 06 Dec 2010
1 answer
133 views
Hi,

We are using the trial version 5.7.3.0 for SharePoint.

We are trying to add code such as
<a href="#" onclick="functionCall()">Click here</a>
But when the page is Checked in, the onclick event is removed, and the resulting code is
<a href="#">Click here</a>

We removed the filters "RemoveScripts" and "EncodeScripts", and added AllowScripts="true" to the RadHtmlField control.

Do you have any idea on how to allow the onclick event?

Thanks in advance.

Kind regards,
Xavier Stévenne
Stanimir
Telerik team
 answered on 06 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?