Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
114 views
I need to inspect the html returned from the ImageProperties dialog. I am attempting to use the OnClientPasteHtml function to handle this but it is not getting fired when I use the dialog. The html is beign updated but the event doesn't get fired. It is getting fired properly form the ImageManager,Hyperlink dialog,etc. but not the ImageProperties dialog.

function OnClientPasteHtml(editor, args)  
{  
    alert(args.get_commandName());  
}  
 
   <telerik:RadEditor ID="HtmlContent" runat="server" Width="100%" Height="350px" EditModes="Design, Html" OnClientPasteHtml="OnClientPasteHtml" 
        ToolsFile="/Portal/config/ToolsFile.xml" ContentFilters="IndentHTMLContent" AutoResizeHeight="false" 
        StripAbsoluteImagesPaths="true" Skin="WebBlue">  
        <ImageManager EnableImageEditor="false" /> 
         
    </telerik:RadEditor> 
Rumen
Telerik team
 answered on 20 Jun 2012
0 answers
66 views
I'm try to use the plugin flippy and i have a problem. For this plugin work fine on ie, i have to load the excanvas.js script file. The problem is that i have already loaded the plugin on the page but when the plugin is call by telerik, he can't regonigze the  G_vmlCanvasManager. I follow the intructions  here but uncessfull. Can anyone help me please?

Thanks!
Artur
Top achievements
Rank 1
 asked on 20 Jun 2012
1 answer
166 views

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Could not load file or assembly 'DotNetNuke.HtmlEditor.TelerikEditorProvider' or one of its dependencies. The system cannot find the file specified.

Source Error: 

Line 4:  <%@ Register Assembly="Telerik.Web.UI, Version=2011.03.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Dialogs" TagPrefix="dialogs" %>
Line 5:  <%@ Register Assembly="Telerik.Web.UI, Version=2011.03.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
Line 6:  <%@ Register Assembly="DotNetNuke.HtmlEditor.TelerikEditorProvider" Namespace="DotNetNuke.HtmlEditor.TelerikEditorProvider" TagPrefix="provider" %>
Line 7:  
Line 8:  <% if(this.Request.IsSecureConnection) { %>

Source File: /Telerik.Web.UI.DialogHandler.axd    Line: 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HtmlEditor.TelerikEditorProvider' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
 

Hi,

I am new to telerik controls and having hard time fixing the Link Manager on Rad Editor .
I have below configurations:
 <telerik:RadEditor ID="txtStory" runat="server" Width="99%" Height="670" AllowScripts="True" TabIndex="3"
                        ToolbarMode="Default" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
                        OnClientLoad="OnClientLoad" EnableEmbeddedSkins="false" Skin="PrestoRadSkin"
                        NewLineMode="P" ContentFilters="ConvertToXhtml" OnClientModeChange="OnClientModeChange" ExternalDialogsPath="~/DesktopModules/UDMW/ContentDashboard/Telerik/Dialogs/" >
                        
<Tools>
<telerik:EditorToolGroup Tag="SubToolbar">                              
                                <telerik:EditorTool Name="LinkManager" ShortCut="CTRL+K" />
                                <telerik:EditorTool Name="Unlink" ShortCut="CTRL+SHIFT+K" />
</telerik:EditorToolGroup>
</Tools>

and my web.config:
<httpHandlers> 
<add path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI" validate="false"/>
    </httpHandlers>

<handlers>    
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
    </handlers>

I googled a lot for resolving this.

Any help is appreciated.

Thanks,
Rad
Rumen
Telerik team
 answered on 20 Jun 2012
1 answer
112 views
Hi,

I have two comboboxes. I need to expand the second only if I select a particular value in the first.

Thanks
Shinu
Top achievements
Rank 2
 answered on 20 Jun 2012
1 answer
70 views
format sets are really neat.

Is there any way of removing the "menu", "pre", and  "address", from the Format Sets dropdown in the RadEditor, all I basically want is just a few "h" tags namely h1,h2,h3,h4. 

I'm coding a form with using the RadEditor  for articles submissions. The actuall person/s submitting the articles, won't know html and also the articles will be feed by a web service to other sites where they will format the article any way they want, the sites requesting the web service data, dont want the articles to include these other tags like "pre", "address" and "menu" which is understandable. 

So is there a way to remove these from the Format Sets dropdown.?

 
Rumen
Telerik team
 answered on 20 Jun 2012
0 answers
112 views
Hi,

I have a form in which there are three JQuery tabs. The third tab is used to display a Radgrid with multiple levels. When the third tab is clicked the Radgrid appears but no insert or update operation happens on the grid. I have read the issues of RadGrid with Update panel. One suggestion found was to use Tabstrip. But the other two tabs are already coded with all the functionalities and also the JQuery tab is used in other parts of application it is difficult to rewrite every page with tabstrip.  Is there any workaround that could help solving this issue to get the Radgrid working? I also have many other ASP.NET controls (User controls, validation controls)  in the first two tabs. Are these going to interfere with the grid?

Thanks
Meera
Meera
Top achievements
Rank 1
 asked on 20 Jun 2012
1 answer
298 views
I need to block all UI in the browser while an uploading is running. In some projects I use BlockUI (http://jquery.malsup.com/block), but I'm not sure how to plug this on the radupload. Is there any event that fires on file upload start and file upload end?
I don't want to display a progress bar but instead stop all user interaction with the page until the upload is finished.
Kevin
Top achievements
Rank 2
 answered on 20 Jun 2012
8 answers
152 views
Hello,

I've noticed an issue with the 2011Q1 at 2011Q1 SP1 versions that I don't understand. The same website with 2010 versions works correctly.

I have a rotator in an asppanel. The panel is hidden when the page is loaded, then I bind a datasource to the rotator and I display it. The right and left buttons are visible, but not the items in the carousel. I use ClientItemShown event to get some informations from the items and put its in labels, and it works (I can click on left or right button, I get the shown item inforations), but items are not visible anymore. When I do a postback (click an a button for example), the items appears. Then the rotator works, until I hide/display the panel.
 
Is there somebody who already has gotten this problem?

Thank you very much!

André
Slav
Telerik team
 answered on 20 Jun 2012
2 answers
104 views
Hi all,

I have two issues in rad chart.

1. How to inclined the x-axis values i.e. rotate the x-axis series in 45 or 270 degree to clear view the x-axis in rad chart.
2. How to remove or giving null value to the values which is zero in chart area.



Thanks in Advance.
Akki
Akki
Top achievements
Rank 1
 answered on 20 Jun 2012
1 answer
352 views
Hi all I am having two RadDatePicker on my form, I would like to compare these 2 dates so that the second date must be less than or equal to 18, means employee age should be greater than or equal to 18.

I would like to achieve this with out using javascript is it possible
Princy
Top achievements
Rank 2
 answered on 20 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?