Telerik Forums
UI for ASP.NET AJAX Forum
28 answers
565 views
I am using RadEditor in a DNN module. With IE9 only I find that any postback of a page with RadEditor that all normal line breaks are being replaced with <br>vbCrLf</br>. Since this happens with each postback, simply toggling between Design and HTML mode adds more and more of these. It makes RadEditor unusable.

The only fix I have found is to add this meta tag to the Default.aspx in DNN's root folder. This forces the browser to IE8 mode if it is IE9.
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=7; IE=5" />

Is there any other way to fix this?
Ianko
Telerik team
 answered on 27 Jul 2015
1 answer
266 views

Hi,

I have problem in opening radwindow, postback occurs on everytime when i open the radwindow.

i used button click for opening radwindow. i pasted the code below, which i have used.

<telerik:RadButton ID="create" Text="New meeting" runat="server" OnClientClicking="Open" AutoPostBack="false" CausesValidation="false" Skin="WebBlue" Font-Bold="true" Height="22px" Width="97px" ToolTip="Click here to Create a new meeting">
</telerik:RadButton>
  
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" EnableViewState="false"></telerik:RadWindowManager>
 
<telerik:RadWindow id="radCreatePopup" NavigateUrl="CreateMeeting.aspx"  Top="30" OnClientShow="OnClientshow" Left="100" VisibleStatusbar="false" Modal="true" CenterIfModal="true" OnClientClose="Close" runat="server" Width="770px" Height="390px" Skin="WebBlue" Behaviors="Resize, Close, Move, Reload" ReloadOnShow="True" />

and javascript function ..

(function (global, undefined) {
  var button = null;
  function OnClientshow(sender, eventArgs) {
  }
  function Open() {
      var oWnd = $find("<%= radCreatePopup.ClientID %>").show();
      }
      global.OnClientshow = OnClientshow;
      global.Open = Open;
 })(window);
 
function Close() {
 var oWnd = $find("<%= radCreatePopup.ClientID %>").Close();
 return false;
 }

Danail Vasilev
Telerik team
 answered on 27 Jul 2015
2 answers
260 views

Hi,

I am copying text from notepad and pasting it in Editor in design mode and when i try to see it in HTML mode, a paragraph tag is inserted around the text.

Could you please advise me some solution for this issue?

Thank you

Ianko
Telerik team
 answered on 27 Jul 2015
1 answer
96 views

Hey guys we've noticed a change in how the RemoveElement feature of the WYSIWYG works.  Previously clicking RemoveElement in the editor caused the specified tag, and it's contents to be removed, now it's only removing the tag.  The tag's inner content remains in the document.  We desire to have the previous functionality restored.  This was a very useful feature, especially for training users who don't have much HTML knowledge to edit complex html documents with messing them up. I've reproduced this issue using your demo projects and recorded it in a video here:  https://www.youtube.com/watch?v=zXDOyv_ZoRc&feature=youtu.be&hd=1

 

Please let me know how we can restore this feature to it's previous functionality.

Thanks!

-Mark

Ianko
Telerik team
 answered on 27 Jul 2015
1 answer
116 views

value is like $5,000,000,000.00 i want to show this value as 5 billion or $6,000,000,000.00 as 6 billion like this can any one help me....

 

like 1k,100k,200k............

Danail Vasilev
Telerik team
 answered on 27 Jul 2015
4 answers
227 views

Hi,

I have problem with changing the language of gantt view. I followed the tutorial in the link below in order to change the display language of gantt view.

Tutorial: http://demos.telerik.com/aspnet-ajax/gantt/examples/accessibility-and-internationalization/localization/defaultcs.aspx 

If I change the language the gantt view is only partly translated. "Day/Week/Month/Year"-Buttons in the top right corner stay in English.

 

Thanks.

Maksym
Top achievements
Rank 1
 answered on 27 Jul 2015
5 answers
126 views
I am having an issue in just IE that when Org Chart nodes are expanded they overlap. It is fine in other browsers. Anyone else had this problem? How do I fix it?
Aneliya Petkova
Telerik team
 answered on 27 Jul 2015
1 answer
279 views

I would like to tie the exposure of a radgrid in the form of a Bootstrap Popover on the click event of a cell in another RadGrid.  I currently have a radgrid with 3 levels of hierarchy.  At any point in the hierarchy, the users may want to see a decomposition of a number in a grid.  Think of something like a Timesheet summary number, vs the actual projects charged.  Rather than get crazy with the nesting of grids down to 4 and 5 levels deep, I thought that from a UI perspective it would be better in this case to allow someone to click on a cell and get additional details via a bootstrap popover, bootstrap modal, or windows popup in that order of preference.

 From what I can tell about popovers, however they seem kind of limited in content.  Anyone ever tried this before?

Pavlina
Telerik team
 answered on 27 Jul 2015
1 answer
176 views

Hi,

 

Is there a way to position the datepickers vertically on a date range filter column? Because of the number of columns, users are forced resize the datetime column to access the second datepicker in a range fileter.

 

 

James

Konstantin Dikov
Telerik team
 answered on 27 Jul 2015
1 answer
116 views

Hi guys,

I have to embed two images as on e image..pls suggest which control is best and how can i done?

 

Thanks & Regards,

Radian

Konstantin Dikov
Telerik team
 answered on 27 Jul 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?