Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
857 views
Hi,

I need to change the position of the RadDatePicker popup to be slightly above where it opens up as default.

I've found the example for ShowPopupAbove which works OnKeyPress but I can't for the life of me get it to work when the DatePopupButton is clicked.

Could someone please point out what event I need to use? I tried this (and 100 other combinations) with no success:

                        <telerik:RadDatePicker ID="RadDatePicker1" Width="110" runat="server">                             
                            <DatePopupButton OnClick="ShowPopupAbove" />                             
                        </telerik:RadDatePicker> 

Maria Ilieva
Telerik team
 answered on 20 Jun 2012
11 answers
184 views
Can anyone tell me how to change the RAD Editor so the content is displayed from right to left?

Many thanks
Rumen
Telerik team
 answered on 20 Jun 2012
3 answers
170 views
Anyone has a list of languages supported by RadEditor?
Rumen
Telerik team
 answered on 20 Jun 2012
5 answers
99 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
58 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
153 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
102 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
66 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
103 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
285 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?