Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
151 views
 Rad Editor is not working properly in IE 8 When Update button is click.
I already set EnableDocking Property set False.

 The Detail of Telerik RadEditor is given below

Name :- RadEditor.Net2

Version :- 7.2.1.0

I also  attached Image to releated query.
Rumen
Telerik team
 answered on 04 Feb 2011
1 answer
60 views
I have a user that is unhappy that they cannot sort files and documents via the image or document manager by date. I assume there has to be a way to do this. Can someone point me in a direction to set this up - or - if this can even be accomplished. Thanks!
Rumen
Telerik team
 answered on 04 Feb 2011
5 answers
158 views
Hi!

Is there any way to make the spell checker work like the RadSpell Control when using your Html Editor?
Meaning, working like a word like one with the dialog opening up?

I've read in one of your docs that this can be possible by adding the following line to the tools.xml:
<tool name="SpellCheck" />

Instead of:
<tool name="AjaxSpellCheck" />

However it is not working.
A button appears with an exclamtion sign image and when you click on it it says "The command SpellChecker is not implemented yet"

I've tried making a customized button and calling the RadSpell control but I've been having problems when changing back the corrected text.

I'll really appreciate your help on this,
Thanks in advance for your support.

Kind regards
Rumen
Telerik team
 answered on 04 Feb 2011
1 answer
51 views
Hello,

I was trying to implement the code from the following article.
I'm using the server side approach, but i have a problem.

If i expand a parent that has childs and the parent was checked,
When i debug the NodeExpand event handler i see that the e.Node.Checked property of the parent node is always false.
Only if i checked the root parent of the tree i get the desirable result according to my action, the other sub-parents doesn't get it.
protected void RadTreeView1_NodeExpand(object sender, Telerik.Web.UI.RadTreeNodeEventArgs e)
{
//Debug here
RadTreeNode firstChild = new RadTreeNode("new child1", "new1");
firstChild.Checked = e.Node.Checked; //e.Node.Checked is always false!
}

In other words: I don't get any indication that the parent node is checked.(gets always false).
I tried with tristate mode and without tristate mode. and the CheckChildsNodes property is true.

i use version: 2010.3.1109.35

any ideas??

Thanks,
Oren
Nikolay Tsenkov
Telerik team
 answered on 04 Feb 2011
3 answers
67 views
Hi Telerik,
I need to add Template sentences from database with existing content.What can i do?.
Rumen
Telerik team
 answered on 04 Feb 2011
1 answer
65 views
Hi,
  I'm using telerick Q2version2010 rad controls. My requirement is, In .aspx page  display pencil image only. when I click on pencil image radeditor  window open. previously when I'm using Q2version2008 radcontrol, I display pencil image and click on this image open radeditor as a editible mode. but when I working on new radcontrols(Q2version2010) .  I didn't find how to display pencil (only) image . please give me suggestion how to achieve my requirement.

Advance in Thanks

Thanks
Mr.Perfect
Rumen
Telerik team
 answered on 04 Feb 2011
3 answers
90 views
Hey!

Yesterday I started to research Tooltip's features and definatelly this control is awesome.

I have looked all available tutorials http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx
And got just a quick question :
<telerik:RadToolTipManager runat="server" ID="RadToolTipManager1" Position="Center"
    RelativeTo="Element" Width="400px" Height="200px" Animation="Resize" HideEvent="LeaveTargetAndToolTip"
    Skin="Default" OnAjaxUpdate="OnAjaxUpdate" OnClientHide="OnClientHide" EnableShadow="true"
    RenderInPageRoot="true" AnimationDuration="200">
</telerik:RadToolTipManager>
Here is RadTooltipManager, but where are <TargetControl> section. I just do not get where did you specified that tooltip should appear on these webControls. :)

Thank you!
Svetlina Anati
Telerik team
 answered on 04 Feb 2011
5 answers
108 views
I define OnClientPageLoad, and setup a simple alert function...but the thing never gets called??

It's a standard telerik:RadWindow with a ContentTemplate definition...
Svetlina Anati
Telerik team
 answered on 04 Feb 2011
13 answers
512 views
This is probably simple but I'm not seeing why this won't work. I have  button on a form declared as:
<asp:button ID="CancelButton" runat="server" OnClick="CancelButton_Click" Text="Cancel" CssClass="btnNormal" OnClientClick="CancelTrainingSessionDialog(this); return false;"/>  
 
 
At the top of the content control, I have this:
<telerik:RadWindowManager ID="RadWindowManager1" runat="server">  
            </telerik:RadWindowManager> 
<telerik:RadCodeBlock ID="JavascriptRadCodeBlock" runat="server">  
 <script type="text/javascript">  
     var cancelMessage = "Are you sure";  
     var cancelTitle = "Cancel Title";  
     function CancelTrainingSessionDialog(cancelButton) {  
         radconfirm(cancelMessage, CancelTrainingSessionCallback);  
     }  
 
     function CancelTrainingSessionCallback(arg, cancelButton) {  
         if (arg == true) {              
             document.getElementById("CancelButton").click();     
         }  
     }  
       
 
      
 
    
 </script> 
</telerik:RadCodeBlock> 

Basically, I want the button to display the confirm and if the result is true, then I would like to process the code behind for the cancel button.
However, when I run this, and click OK in the confirmation dialog box, I get "Microsoft JScript runtime error: 'document.getElementById(...)' is null or not an object".

Any ideas on how to resolve this?
Thanks,
Dennis
Andrew
Top achievements
Rank 1
Veteran
Iron
 answered on 04 Feb 2011
1 answer
100 views
I have a grid and I select an item clientside after binding. I wish to scroll to the selected item. The documentation I have found on the telerik site references row.Control.scrollIntoView which is not (or is no longer) a valid construct.
Vasil
Telerik team
 answered on 04 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?