This is a migrated thread and some comments may be shown as answers.

how do i retrieve a value from client side ?

4 Answers 62 Views
TagCloud
This is a migrated thread and some comments may be shown as answers.
Venkatakrishna
Top achievements
Rank 1
Venkatakrishna asked on 12 Mar 2012, 06:23 AM
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

4 Answers, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 14 Mar 2012, 12:41 PM
Hello Venkatakrishna,

Currently it is not possible to get the value of a RadTagCloud item via the client-side API of the control. The implementation of this feature will be brought to the attention of our developers, although I cannot provide an exact estimate when ti will be available. You can check the status of the feature in PITS by following this link: Public URL.

Greetings,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Venkatakrishna
Top achievements
Rank 1
answered on 14 Mar 2012, 03:53 PM
Thank you so much for your immediate reply !

I hope I can receive the solution soon

Thanks a lot
Venkat
0
iomega 55
Top achievements
Rank 1
answered on 09 Aug 2012, 02:27 PM
Does it exist any alternative way for getting the "value" on the client side, i.e. another property in which we can set a value and we can get it, property different to text, navigateurl, etc?

Thanks in advance.

0
Slav
Telerik team
answered on 10 Aug 2012, 04:13 PM
Hello,

I am afraid the other properties cannot be used for this purpose as each one of them exposes a specific feature of the RadTagCloudItem.

You can follow the status of this feature request via its PITS item as I cannot provide a firm estimate when it will be incorporated.

Regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
TagCloud
Asked by
Venkatakrishna
Top achievements
Rank 1
Answers by
Slav
Telerik team
Venkatakrishna
Top achievements
Rank 1
iomega 55
Top achievements
Rank 1
Share this question
or