Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
40 views
Hi,

I want to remove an item from the RadTagcloud through JS. I am able to access all the items in JS, but my delete statement generates an exception. Please help we with a JS code to delete item.

Thanks in advance,
Needha.
Princy
Top achievements
Rank 2
 answered on 15 Apr 2013
1 answer
52 views
Hi All,

I hav a radtagcloud that contain certain items. On clicking the item I want to open a radwindow that contain the google search result page with the clicked item as the search keyword. Please help.

Thanks,
JC.
Shinu
Top achievements
Rank 2
 answered on 15 Mar 2013
1 answer
81 views
Hi All,

I want the tagcloud items to have different text color based on its font weight. how to achieve the same. please help.

Thanks,
JC.
Princy
Top achievements
Rank 2
 answered on 15 Mar 2013
1 answer
32 views
Hi All,
How to check if the tagcloud contains a certain item using javascript?

Thanks,
JC.
Princy
Top achievements
Rank 2
 answered on 15 Mar 2013
1 answer
95 views
I am looping to add Items to a rad tag cloud...

foreach (KeyWord kw in keyWordList)
            {
                RadTagCloudItem item = new RadTagCloudItem();
                item.Text = kw.KeyWordText;
                item.ToolTip = kw.ReturnMessageText;
                item.Value = kw.KeyWordID.ToString();
                RadTagCloud1.Items.Add(item);
            }


I have verified that during the loop the values are being set properly.

I then call a javascript function when an item is clicked:

<telerik:RadTagCloud ID="RadTagCloud1" runat="server" Skin="MetroTouch" OnClientItemClicked="KwDetail">
</telerik:RadTagCloud>



Which is executed here:

function KwDetail(sender, args) {
                var item = args.get_item();
                var toolTip = item.get_toolTip();
                var text = item.get_text();
                var items = sender.get_items();
                var value = item.get_value();
}


and the value is set to null. I would appreciate any help on this matter.


Princy
Top achievements
Rank 2
 answered on 12 Sep 2012
1 answer
63 views
Greetings,

The TagCloud control automatically adds a title attribute to each tag which automatically generates a ToolTip, is there anyway to disable this for the TagCloud control?

Thank you.
Princy
Top achievements
Rank 2
 answered on 17 Aug 2012
4 answers
101 views
HI,

We are using TagCloud in our project and  we have a requirement where it has to display the "Value" field rather than text field. We have tried following method and it is throwing an error saying that "get_value()" method is not exist. Please help us to solve this.

  function OnClientItemClicked(sender, eventArgs) {

            alert("You clicked an item " + eventArgs.get_item().get_value());

    }

Thanks
Venkat
Slav
Telerik team
 answered on 10 Aug 2012
1 answer
47 views
How can i change the font color of weighted item in radtagclouditem?
Princy
Top achievements
Rank 2
 answered on 26 Jul 2012
5 answers
342 views
Hi guys,
I am new to programming and maybe my enquiries seem funny.
Currently I am using the RadTagCloud Control based on data binding in my prototype system.
Everything works great. I just want to open the resource related to each tag (which is stored in NavigareURL field) in a new window when I click each item in the TagCloud.
Any ideas?

Also, I have a textbox in my web page which I want to clear its content when I click on any tag in the tag cloud, but the RadTagCloud1_ItemClick is not fired to do this.
Any help here?

Cheers,
Hamed
Slav
Telerik team
 answered on 13 Jun 2012
2 answers
100 views
I'm able to successfully render the tagcloud, but for some reason the font weight is reversed? I.e. heavier weighted items have a smaller font than lower weighted items. 

<telerik:RadTagCloud ID="RadTagCloud1" runat="server"  renderitemweight="true" MaxNumberOfItems="40" TakeTopWeightedItems="true"
    DataMember="DefaultView" DataSourceID="SqlDataSource3" datatextfield="display_term" dataweightfield="document_count" maxfontfize="700%" MinFontSize="300%"
    WordsToExclude="a,about,after,all,also,an,and,are,not,as,at,be,been,but,by,can,could,did,do,does,problem,each,for,from,get,had,has,have,he,her,him,his,how,i,if,in,into,is,it,its,just,me,more,most,my,not,of,on,or,our,said,see,shall,she,should,so,some,than,that,the,their,there,they,this,those,to,up,used,was,we,were,what,when,which,while,who,why,will,with,would,you,your" ForeColor="White">
</telerik:RadTagCloud>
Jerry
Top achievements
Rank 1
 answered on 29 May 2012
Narrow your results
Selected tags
Tags
+123 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
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
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?