well u have data provider dg. before assiging it dp ot dg, add one temp boolean var like isSelected.
intially isSelected=false, so when select radio button, u need to change this value. isSelected=true all this u need to do it itemRender, if u can not understand this, post u r code, I wll fix it On Fri, Feb 19, 2010 at 10:17 AM, pradeep gorijavolu < [email protected]> wrote: > I had seen your blog,in that u r getting selected value from > arraycollection > But here we are dynamically selected the radiobutton by user. > > So when scroll happens in the datagrid the selected radio button changes > the position in the grid > > Please let me know what can i do in this situation.... > > Regards, > Pradeep > > On Tue, Feb 16, 2010 at 3:36 PM, FlexiSush <[email protected]> wrote: > >> hey just refer the solution in my blog at >> >> >> http://flexphpworld.wordpress.com/2010/02/09/datagrid-with-checkbox-as-itemrenderer/ >> >> u need to replace checkbox with radiobutton to suit to ur problem >> >> regards, >> http://flexphpworld.wordpress.com >> >> On Feb 16, 9:48 am, pradeepflex <[email protected]> wrote: >> > Hi All, >> > >> > I got a problem with rendering a radio button in the datagrid. >> > The problem is intially the radiobuttons are renderered but when i >> > select one radiobuton >> > and scroll the grid the selection row(radiobutton) got changed . >> > >> > Thanks for any information >> > >> > Regards, >> > Pradeep >> >> -- >> 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]<flex_india%[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]<flex_india%[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.

