Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
112 views

Currently we are using version 2008.3.1314.35. if we upgrade latest version will this requires code changes(for Datepicker control and page break tool) to continue supporting the existing functionalities? What is the cost associated to upgrade to latest version

Maria Ilieva
Telerik team
 answered on 18 May 2010
7 answers
239 views
Hello,

Can anyone help me with my problem.

I want to prevent users from dragging a node when the destination node is already the 4th tier. I tried using the code below. yes it works when i tried to add a node into the 4th node. But my problem here is that when the sourcenode have a child node with a grandchild node, the scenario here is that the alert will not pop up because the condition is still valid where the sourcenode is dragged into the 2nd or 3rd node, with this scenario, my treeview will have a node with 5 or 6 tiers.

can anyone give me an approach?

 if (args.get_destNode().get_level() > 2) {
                        alert('Cannot drop node here');
                        args.set_cancel(true); // Cancel the event  
                        }

Thanks
Veronica
Telerik team
 answered on 18 May 2010
3 answers
102 views

Hi,

I am using English language for radspell control. Spell checker is suggesting different words like 'escuage', 'isagoge', 'ascogonia' and etc for the wrongly spelled word 'askign'. But it is not returning the exact match ‘asking’. Problem is reproducible with radspell demo application also. Please us the below link to reproduce the issue.

Demo link: http://demos.telerik.com/aspnet-ajax/spell/examples/whatsnew/defaultcs.aspx

But I am getting the exact word (asking) when the wrongly spelled word is ‘asknig’ or ‘asikng’

Is there any way to get the exact match where the wrongly spelled word is ‘askign’?

Thank you,
Vaidya. 

Rumen
Telerik team
 answered on 18 May 2010
6 answers
189 views
We have a site that contains instructional content. Sometimes this content contains literal HTML that needs to be displayed exactly as is. For some reason RadEditor is injecting "originalAttribute=xyz" and "originalPath=xyz" into the content.

You can reproduce this by pasting the following content into the "Default Settings" sample in the Telerik live demos area (http://www.telerik.com/demos/aspnet/prometheus/Editor/Examples/Default/DefaultCS.aspx)

<a href="item2.html">Item 1</a>
<br/>
<a href="item2.html">Item2</a>
Rumen
Telerik team
 answered on 18 May 2010
1 answer
145 views
how to make textbox as read only in grid bound column when in edit mode.
Shinu
Top achievements
Rank 2
 answered on 18 May 2010
4 answers
122 views
Hi,

I have little problem with RadFilter when adding few expressions or groups. At some point the group/expression bar will break down so that the images of the bar are placed on different "rows" like wrapping the images (see enclosed picture) which seems that the bar does not fit the available width. I placed the filter control inside RadToolTip and thought that the tooltip causes this behaviour but same happens even if I have just the radfilter and radgrid on the page. Tested only with IE8. Can you tell me what I have done wrong?



Regards,
Pete
Pete
Top achievements
Rank 1
 answered on 18 May 2010
1 answer
106 views
Hi
I have 2 modal RadWindows. Window2 is called by an event in Window1.
I am using client side code to close Window2 and remove its modality and, in the same code block, to set the focus to a text box in Window1 (Winow1 remains modal). When I attempt to set focus as described, I get an error stating that the control is either invisible, disabled or incapable of accepting focus.
Is there a workaround?

Thanks
Harry Kable 
Harry Kable
Top achievements
Rank 1
 answered on 18 May 2010
1 answer
67 views
Hi,
I just upgraded from 2009 to the latest 2010 release. I'm using the RadTreeView and I'm loading on demand using a web service.  All works fine, but the image that appears once the service call has been placed does not appear. Previously an image would appear to the right of the expand icon, left of the text on the tree branch. When I click on a node, I see the node "shift" as if it's going to show the loading status icon/image/gif.  But this icon/image/gif is not visible.  Once the service call is complete then this "shift" is undone and the results are properly displayed.

Did something change in the stylesheets that I need to adjust to make the image visible again?

Thanks!
Nikolay Tsenkov
Telerik team
 answered on 18 May 2010
1 answer
104 views
Hello,
When I am trying to add RadEditor at runtime then 'Content' is not displaying.
Is anyone suggest what is the problem?

My Code is:

RadEditor editor = new RadEditor();
editor.Content="Test";
this.Page.Controls.Add(editor);


Thanks,
Darshan
Shinu
Top achievements
Rank 2
 answered on 18 May 2010
2 answers
95 views
Hello,
When I am trying to add RadEditor at runtime then 'Content' is not displaying.
Is anyone suggest what is the problem?

My Code is:

RadEditor editor = new RadEditor();
editor.Content="Test";
this.Page.Controls.Add(editor);


Thanks,
Darshan
Darshan Shah
Top achievements
Rank 1
 answered on 18 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?