looks like itemrenderer wasn't setup properly. try using inline itemrenderer instead of itemRenderer="blah" property. this gives more control. override setData() method define the click event handler inside the inline renderer code.
hope this helps. -Raj On Fri, Feb 18, 2011 at 10:18 AM, Prakash Philip < [email protected]> wrote: > i tried with the item rendere in flex but i have to use viewstack to > display it that format.. > so it was not rendering properly.. some times it is behaving very odd.. > npthing ll dispaly in the grid. so i tried using the html format but in that > radio button was not displaying.. > > > > On Thu, Feb 17, 2011 at 5:56 PM, Santosh <[email protected]> wrote: > >> Hi Praksah >> >> try with item renderer in flex can i know why you are trying to use >> radio button of html. >> >> On Feb 17, 2:59 pm, Prakash Philip <[email protected]> >> wrote: >> > 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. >> >> > -- > 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. > -- 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.

