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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -