Hi all . My requirement is to renderer one html text using html text property of Mx:Text in datagrid. and in data grid just i want a radio button in a non editable mode.
This is my html code which is working fine in the browser.. but in the flex application its not working means radio button is not showing at all... i want to display that radio button also in the data grid. <pre><font color=#0e85f3><u><b>1404 Fear Self-Control</b></u></font></pre><pre><font color=#0e85f3><u><b>1300 Acceptance: Health Status</b></u></font></pre><pre><font color=#0e85f3><u><b>1213 Fear Level: Child</b></u></font></pre><pre><font color=#0e85f3><u><b>Avoids source of fear when possible</b></u></font></pre> <input type=radio name=group1 value=1>1 <input type=radio name=group1 value=2>2 <input type=radio name=group1 value=3>3 <input type=radio name=group1 value=4>4 <input type=radio name=group1 value=5>5<pre><font color=#0e85f3><u><b>Demonstrates positive self-regard</b></u></font></pre> <input type=radio name=group1 value=1>1 <input type=radio name=group1 value=2>2 <input type=radio name=group1 value=3>3 <input type=radio name=group1 value=4>4 <input type=radio name=group1 value=5>5<pre><font color=#0e85f3><u><b>Excessive self-denigration</b></u></font></pre> <input type=radio name=group1 value=1>1 <input type=radio name=group1 value=2>2 <input type=radio name=group1 value=3>3 <input type=radio name=group1 value=4>4 <input type=radio name=group1 value=5>5 Thank you in Advance. Prakash Philip -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

