jquery - How to Get RadButton Toggle State's Text Property At Client Side ? [Telerik ASP.NET AJAX Controls] -


i want text property of using jquery or other way...

please me....

you should selected togglestate, , text togglestate. here sample code snippet:

var button = $find("radbutton1"); var text = button.get_selectedtogglestate().get_text(); alert(text); 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -