When i apply any name property to the controls, it doesn't set to the controls..
So that i cant work with radio button efficiently...
give me some solution pls....
1 Answer, 1 is accepted
0
Accepted
Rumen
Telerik team
answered on 20 Apr 2011, 03:27 PM
Hello Sumither,
I was able to set the name attribute value to a radio button in IE8, but not in IE9. Firefox still does not offer ability to select radio input element so currently it is not possible to provide this feature in this browser.
I logged the IE9 problem and we will fix it. Here you can find the PITS Issue: Public URL.
The temporary solution is to render the page with RadEditor in IE8 mode by putting the following meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=8" />