Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
100 views
Does your rich text editor support mobile browsers? If yes, can you tell which ones it does support and which ones it doesn't?
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
0 answers
127 views
Hi, 

i am having a radtextbox  (txtCode) where i have a client event for onfocus. I need that to trigger when the user moves focus to the textbox. Now it will also trigger when i used the code txtCode.Focus().

How to skip that, if its called from server side Focus() method.
Velkumar
Top achievements
Rank 1
 asked on 19 Sep 2014
1 answer
181 views
Is it possible to change the style sheet for in built skin of telerik "Metro" ? I want to change the color and my close button to make it look like the following 




I am currently getting a circle around my close button and am unable to change color from blue to the color I need. 

Thanks,
Sushma.














Marin Bratanov
Telerik team
 answered on 19 Sep 2014
0 answers
141 views
Hi,

I wanted to show changes between two contents from database initially on RadEditor. For this purpose, I have used DiffEngine class and .GetDiffs method to implement difference between two contents. It's working in following way,

For e.g. If

string content1 = "<h1> This is Header </h1>";
string content2 = "<h1> This is Headerssss </h1>";
DiffEngine diff = new DiffEngine();
string result = diff.GetDiffs(content2, content1);

// output of result using GetDiffs method is = "<h1> This is <span class="diff_deleted">Header </span><span class="diff_new">Headerssss </span></h1>";
// Expected output is = "<h1> This is Header<span class="diff_new">ssss </span></h1>";

As you can see that in content2, only ssss has been added to content1.
Can we achieve such functionality in RadEditor or using DiffEngine class?














Mangesh
Top achievements
Rank 1
 asked on 19 Sep 2014
2 answers
280 views
I have a Rad Listbox which is having some of its styles (mainly the background color) messed up when placed inside a certain container of my page. I assume it is because the Listbox css is inheriting from some custom css classes in the container. This is odd since I doubt very much if any of my style classes are named anything like rlb, or whatever prefix you use for your style class definitions. In any case, I would think your styles would also have !important syntax to prevent them from being overridden. In any case, is there any way I can prevent this? Its hard to tell which of my custom css classes are being attributed to the rad listbox.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 19 Sep 2014
9 answers
565 views
Hi

I'm trying to do a postBack when the RadCombobox has closed, I want to do a postBack on client event OnClientDropDownClosing. I need to do a server event or a function in server side when the client side function has fired.

Best Regards.
Peter Filipov
Telerik team
 answered on 19 Sep 2014
1 answer
132 views
I am having an issue that is already well documented in this forum at http://www.telerik.com/forums/radtabstrip-q3-navigateurl-not-working-in-mobile-safari. The control is part of a simple menu used on the top of most pages on our site. The fix is to upgrade to version 2012.3.1. However that is not an option for me. I am using RadControls version 2012.3.1016.40. The boss resists upgrading to the newer version because of the required regression testing. We don't have the resources for the extensive testing required.

The forum post above, mentions a work around, by setting the OnClientTabSelected property to "var variable=null;" for mobile browsers only. While this does work, it introduces a client side runtime error, which breaks other JavaScript on the page. The OnClientTabSelected property points to a JavaScript function name, and not actually JavaScript statements.

I am hoping there is an easy fix without resorting to the 2012.3.1016.40 service pack.

Any ideas?

Steve
Dimitar
Telerik team
 answered on 19 Sep 2014
3 answers
173 views

Hi,
I have kept a Rad Editor Inside the Modal Pop Up Extender which is inside the UserControl (.ascx). The Problem is when I try to Click on Image Manager icon or any other settings buttons (Bold,Italics,Fonts) in the Editor tool box, The buttons do not respond.

RadEditor Tools are not clickable in side the Modal Pop Extender. I Have same Rad Editor Inside the Aspx page and it works fine. But it is not working in side the Pop up. I tried increasing the Z-Index of the Editor but found no success :(

Can we keep the Tools of the editor always visible if ToolbarMode is set to 'Floating'. By default tools are not visible when this property is set to FLOATING, We need to click on the Icon inside the Editor and then it gets visible.

 

Help Required Urgently.!!!

Thanks in advance

Vaishnav

Vessy
Telerik team
 answered on 19 Sep 2014
0 answers
96 views
Hi,

we are trying to use RadEditor within DotNetNuke CMS and here is the problem. 
We are saving small parts of HTML in templates to help content manager insert UI elements quicker.
But after pasting template content manager can't step out to the end of HTML makeup.
Example.
We have HTML template for button:
<a href="/some-page" class="green_btn">
<span class="bg">
<span class="icon"></span>
<span class="txt">Some text</span>
</span>
</a>
After insertion the cursor is placed at the end of "Some text" (see pic.1 attached) inside button. We need to skip to the end of HTML and continue to enter regular text (see pic.2 with desired cursor position). 
How we can do this? I mean - may be there is hot key for that? Or do we have to wrap templates in paragraphs or put but <br/>s in templates?
Click on the white space after button doesn't help. "End" and "Ctrl+End" keys can't help too.





Elena
Top achievements
Rank 1
 asked on 19 Sep 2014
4 answers
146 views
Hello,
I wanted to know if it's possible to build detail tables inside radgrid in a multiview with one tab for each detail table like this example:

http://demos.devexpress.com/aspxgridviewdemos/masterdetail/DetailTabs.aspx

Regards,
Ángel.
Maria Ilieva
Telerik team
 answered on 19 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?