Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
80 views
I added a following html in my rad editor in firefox :
<span class="headerlink"><font size="2" face="arial, sans-serif"  [3_fontcolor]>Abhi Bansal</font></span>

after change the edition mode  it converts to

<span class="headerlink"><font [3_fontcolor]="" face="arial, sans-serif" size="2">Abhi</font></span>

Cute Editor is the tool we are weaning people off of, but in Cute-Editor-using-Firefox it leaves all the HTML alone….keeps it as-is. That's what mode we are looking for…is there a mode that will NOT touch any of the HTML that is loaded….or is there only a specific set of environments where this will work; such as IE Windows, Safari Mac, etc. etc.). Lastly, do they know of a way to turn off the Firefox Rich Text Editing Engine…or is it required for RadEditor to work in Firefox?
Rumen
Telerik team
 answered on 21 Feb 2011
3 answers
99 views
I added a following html in my rad editor in firefox :
<span class="headerlink"><font size="2" face="arial, sans-serif"  [3_fontcolor]>Abhi Bansal</font></span>

after change the edition mode  it converts to

<span class="headerlink"><font [3_fontcolor]="" face="arial, sans-serif" size="2">Anhi</font></span>

This happens only in firefox.

Thanks
Abhinandan Bansal
Rumen
Telerik team
 answered on 21 Feb 2011
1 answer
187 views
We are using the RadEditor on a control.  If I change the font size to anything over 4 in the editor and begin typing, the letters are cut off at the top and bottom.  Is there a setting I need to set to fix this?  Here is the declaration for the RadEditor:

<telerik:RadEditor ID="tbNote" runat="server" Width="502px" 
    TextMode="MultiLine" Wrap="True" EditModes="Design" Height="250px" 
    Style="border: 1px solid navy;">
    <Tools>
        <telerik:EditorToolGroup Tag="BasicFunctions">
            <telerik:EditorTool Name="Cut" />
            <telerik:EditorTool Name="Copy" />
            <telerik:EditorTool Name="Paste" />
            <telerik:EditorSeparator />
            <telerik:EditorTool Name="Bold" />
            <telerik:EditorTool Name="Italic" />
            <telerik:EditorTool Name="Underline" />
            <telerik:EditorTool Name="StrikeThrough" />
            <telerik:EditorSeparator />
            <telerik:EditorTool Name="FindAndReplace" />
            <telerik:EditorTool Name="Print" />                        
            <telerik:EditorTool Name="AjaxSpellCheck" />
            <telerik:EditorSeparator />
            <telerik:EditorTool Name="Undo" />
            <telerik:EditorTool Name="Redo" />
            <telerik:EditorSeparator />
            <telerik:EditorTool Name="Outdent" />
            <telerik:EditorTool Name="Indent" />
            <telerik:EditorTool Name="InsertOrderedList" />
            <telerik:EditorTool Name="InsertUnorderedList" />
        </telerik:EditorToolGroup>
        <telerik:EditorToolGroup Tag="FontTools">
            <telerik:EditorTool Name="FontName" />
            <telerik:EditorTool Name="FontSize" />
            <telerik:EditorSeparator />
            <telerik:EditorTool Name="JustifyLeft" />
            <telerik:EditorTool Name="JustifyCenter" />
            <telerik:EditorTool Name="JustifyRight" />
            <telerik:EditorTool Name="JustifyFull" />
        </telerik:EditorToolGroup>
    </Tools>
    <Content>
    </Content>
</telerik:RadEditor>


Thank you,
Lindsay
Rumen
Telerik team
 answered on 21 Feb 2011
2 answers
61 views
I'm having a problem with the Slider when using R2L languages. The slider is being displayed on top of th Page x of y of the RadGrid.

Issue occurs only on FireFox/Chrome/Safari. Works fine with IE.

<PagerStyle Mode="slider" Wrap="true"></PagerStyle>

Your earliest reply is appreciated.

Thanks,
Andrew
Andrew
Top achievements
Rank 1
 answered on 21 Feb 2011
1 answer
79 views
Hi,
 I have 2 issues below I mention, please I hope you give solution asap to me. I'm using Q22010 version of RadControls.

1.    In Radeditor editable mode, I enter some data/ insert link button (see first attachment), then click on Update button in radeditor. the data can be saved. but display font size  as too small (see second attachment).  

2.  In RadEditor bottom I want to only symbols like Pencil symbol,<>, preview symbol only how to set ? Plese see third attachment.
 

  Advance In Thanks
Mr.Perfect
Rumen
Telerik team
 answered on 21 Feb 2011
4 answers
120 views
Hi All,

Like Silverlight Control is there a way to change input method of DateTimePicker to Month... I want my Calander to show only name of months and years
Sebastian
Telerik team
 answered on 21 Feb 2011
8 answers
259 views
Hi. I noticed since upgrading to Q2 2009 (2009_2_701) controls that input buttons text are floating to the right instead of center when the page uses the FormDecorator. Is this a bug or by design? You can clearly see it in the demos.

http://demos.telerik.com/aspnet-ajax/formdecorator/examples/default/defaultcs.aspx

Applying a float: none !important or text-align: center !important just seems to remove all formatting on the button.

Daniel
Georgi Tunev
Telerik team
 answered on 21 Feb 2011
1 answer
79 views
I use radgrid, click on a link on the radgrid to open a radwindow on the top of the radgrid. Sometimes, the radwindow frame/edge is kind of transparancy/invidible, can not see the close button, but the close button is actually there, just has no color.

It is very strange. The problem only happens to some of the user/browser while using the same web app on the server. Sometimes, the problem happened on me, but not on someone else using the same web application, but the other day, happened to someone else.  

Not sure how this will happen. It never happen on my local box while in development. Only happens when move the the servers.



<

 

telerik:RadWindowManager runat="server" ID="RadWindowManager1"

 

 

 

VisibleStatusbar="false" Height="600px" Width="800px"

 

 

 

>

 

 

 

<Windows>

 

 

 

 

 

<telerik:RadWindow ID="TranslationView" runat="server" OnClientClose="OnClientClose"

 

 

 

NavigateUrl="TagLanguageVerticalView.aspx" runat="server" VisibleStatusbar="false"

 

 

Title="Translation View">

 

 

 

</telerik:RadWindow>

 

 

 

 

 

<telerik:RadWindow ID="History" Top="20" Left="100"

 

 

 

runat="server" NavigateUrl="History.aspx" VisibleStatusBar="false" Title="History">

 

 

 

 

 

</telerik:RadWindow>

 

 

 

</Windows>

 

 

 

</telerik:RadWindowManager>

 

Georgi Tunev
Telerik team
 answered on 21 Feb 2011
5 answers
91 views
validators on rad ajax panel does'nt working properly ... First they work but after a postback and become isvalid the are isvalid although they aren't.. when button click fire all the operations done they are telling messages but the operations done...
Iana Tsolova
Telerik team
 answered on 21 Feb 2011
4 answers
792 views
Hi,

At my project i change all buttons with radbutton. And after that onclientclick scripts not fired. Here is a sample.

<telerik:RadButton runat="server" ID="btn" OnClientClick="alert('test');"
                                   Width="100" ButtonType="LinkButton
Pero
Telerik team
 answered on 21 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?