Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
139 views
Hi. I have read the many threads about adding and removing tool tip text from a ComboBox Item. I was wondering about changing the text of the tool tip for the actual Combo Box Client side. Thanks very much for all of your help.

Isaac.
Isaac
Top achievements
Rank 1
 answered on 30 Mar 2009
1 answer
109 views
Hi,

I am using a custom toolsFile with the radEditor and changed the following properties:

Appearance - Height:    150px
Appearance - Width:    550px
Behavior - EnableResize: False
Misc - EditModes: Design

Now, when the page is viewed in IE8 or Firefox 3.0.7 the text area is larger than the size of the control, it overhangs the bottom of the control by approximately the height of the custom toolBar.

Any ideas on how to overcome this would be appreciated,

Thanks,

Dave
Rumen
Telerik team
 answered on 30 Mar 2009
1 answer
98 views
Are there any other changes I need to make?

I was on Q3 2008 and I had my RadEditor property EnableEmbeddedScripts set to False.

On my page... I have

<telerik:RadScriptManager ID="RadScriptManager1" runat="server"
        <Scripts> 
            <asp:ScriptReference Path="~/Javascript/Scripts/Common/Core.js" /> 
            <asp:ScriptReference Path="~/Javascript/Scripts/Common/PopUp/PopUpScripts.js" />           
            <asp:ScriptReference Path="~/Javascript/Scripts/Editor/RadEditor.js" /> 
            <asp:ScriptReference Path="~/Javascript/Scripts/Dialogs/DialogOpener.js" /> 
            <asp:ScriptReference Path="~/Javascript/Scripts/Editor/Modules.js" />          
            <asp:ScriptReference Path="~/Javascript/Scripts/Spell/SpellCheckService.js" /> 
            <asp:ScriptReference Path="~/Javascript/Scripts/Editor/AjaxSpellCheck.js" /> 
            <asp:ScriptReference Path="~/Javascript/Scripts/Window/RadWindow.js" /> 
        </Scripts> 
    </telerik:RadScriptManager> 


I upgraded to Q1 2009 and now I'm getting Javascript errors when trying to load the editor.  If I set EnableEmbeddedScripts to True, I don't get error, but editor loads all clear with no skin.  I went over to http://www.telerik.com/help/aspnet-ajax/disabling_embedded_resources.html and it looks updated for Q1 2009 but nothing new for the Editor.

I'm also not using Embedded Skins, if that matters.

<link href="/Skins/Window.css" rel="stylesheet" type="text/css" /> 
    <link href="/Skins/Editor.css" rel="stylesheet" type="text/css" /> 
    <link href="/Skins/Office2007/Window.Office2007.css" rel="stylesheet" type="text/css" /> 
    <link href="/Skins/Office2007/Editor.Office2007.css" rel="stylesheet" type="text/css" /> 

 <telerik:RadEditor ID="reDocument" Runat="server"  
                                                                        Skin="Office2007"  
                                                                        Height="385px" EnableResize="true" 
                                                                        Width="100%" AutoResizeHeight="false" 
                                                                        StripFormattingOnPaste="None"  
                                                                        StripFormattingOptions="None" 
                                                                        EditModes="Design"  
                                                                        EnableEmbeddedSkins="false" 
                                                                        EnableEmbeddedScripts="True" 
                                                                        EnableEmbeddedBaseStylesheet="true" 


If I turn off EmbeddedSkin and Script to False, it loads somewhat ok.  Except that my custom button icon goes away.
Ok if I turn off Skins and Scripts and comment out the css files then it loads correctly, other then my custom button.

Any suggestions?



Tervel
Telerik team
 answered on 30 Mar 2009
1 answer
60 views
Sorry about the formatting problems in my previous post. But if I try and fix it it crashes your system!

Problem stil occurs though

Matt
Vladimir Milev
Telerik team
 answered on 30 Mar 2009
4 answers
195 views
I am trying to use the Language Translation found here (http://demos.telerik.com/aspnet-ajax/editor/examples/googletranslation/defaultcs.aspx) But have come up against a problem where if I put the <tools> tag inline in my RadEditor, it completely ignores my ToolsFile.xml

Is there either a way around this OR the ability to put the translation stuff into the toolsfile.xml?

Thanks
Tervel
Telerik team
 answered on 30 Mar 2009
7 answers
237 views

Hi,

Previously I used RadEditor for ASP.Net but I'm now implementing RadEditor for ASP.Net AJAX.

I'm trying to get it so that when you select a template in template manager it replaces all the HTML in the editor with the HTML from the selected template.

In RadEditor for ASP.Net I obtained the following from the forums. This worked as required but doesn't in the latest RadEditor. What is the solution now?

Thanks

Tim Metcalfe

<script type="text/javascript">
var templateManagerCommand = RadEditorCommandList["TemplateManager"];

RadEditorCommandList["TemplateManager"] = function(commandName, editor, oTool)
{
    templateManagerCommand (commandName, editor, callBackFn);
    function callBackFn(result)
    {
        if (result)
        {
            editor.SetHtml(result);
        };
    }
};
</script>

Rumen
Telerik team
 answered on 30 Mar 2009
5 answers
140 views
Hi, in the Telerik ASP.NET Ajax TreeView it is easily possible to dynamically load context menu child entries by specifying (for example) ExpandMode.WebService on a context menu item, and by specifying a webservice.

Now, as I need to have not only the child items dynamically loaded, but also the "base" items: how is it possible to do this also with AJAX? A webservice should be called when the context menu is requested - and the webservice could just return RadMenuItemData[]...

Greetings!
Atanas Korchev
Telerik team
 answered on 30 Mar 2009
2 answers
152 views
I am using Q1 2008 and having a problem with RAD Grid not updating in the browser at runtime (VS 2008). It is as if the grid and all properties are being cached and the cache is not getting cleared.

Example:

I have a hyperlink column with a reference to an aspx page.
I update the hyperlink column and point the reference to a different .aspx page
I run the debugger, the browser window opens and the grid is still pointing to the original target page.

I don't know how to clear this "cache" and force the grid to reflect what is actually in design-time.

I have tried deleting the browsing history and temporary files, but this does nothing.

Does this make sense?
Sebastian
Telerik team
 answered on 30 Mar 2009
1 answer
141 views
Hello,

I have used a tooltip for a cell of a header of my grid. Concretely I have got a checkbox and is located in the left side of the screen in my application (the grid takes 100% of the screen). When a mouse is over this checkbox I find an inconvenient with the position of the tooltip pointer. The text is correct, but the pointer is in the middle, so it seems the that I´m not pointing to my chekbox.

Does exist any way to change the position of the pointer and set it on the left for example?

Thank you in advance.
Svetlina Anati
Telerik team
 answered on 30 Mar 2009
1 answer
356 views

Hi,
we are currently using the Radchart control(Demo version). At first it shows the error only in the RadChart control.
Error:
          Failed to create designer.

Then we search in Forums and find an hot fix. After installing the hot fix , the error goes off.

Here is our requirement.
We have the database with 4 Columns
Say X, Y, Y1, Z
we need to plot the graph Y, Y1 w.r.t X. The values of Y1 and Y  differ by large number. 'Z' is the constant and has to be plotted perpendicular to X-axis. Basically Y and Y1 should be horizontal graph and Z should be vertical graph.
Please guide us with the simple steps.


Other Questions:

1. How to plot the Y-axis minor gridlines. We followed the guide and set the value as per your guide.
 Y Axis Minor GridLine: PlotArea -> YAxis -> Appearance -> MinorGridLines
 But the value reset to 0 if we set the value and the gridlines did not appear in the chart. 
2.Can the X-axis value be plotted in the reverse-order.If so how?

3.Can the values of the series can be displayed as a tool tip in the Mouse-over event?

4. If we resize the control it shows the folowing error.
 Error 1: Object reference not set to instance of an object
 Error 2: Parameter value is not valid
 Error 3: There is no or empty series.
  Note: We have filled all the series.
5. We select line chart in type, but in design time the display automatically changes to bar chart. But in
run time it shows the line chart.

Can you help on this.

Regards




Velin
Telerik team
 answered on 30 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?