Re: [flexcoders] RadioButtons in DataGrid

2006-12-11 Thread Roman Protsiuk
I've managed to bypass the problem using item renderer like: ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns=src.itemRenderers.* xmlns:mx=http://www.adobe.com/2006/mxml; mx:RadioButton selected={selected} / mx:Script ![CDATA[

Re: [flexcoders] RadioButtons in DataGrid

2006-12-06 Thread Roman Protsiuk
Hi, everyone. I'm really tired of DataGrid. Why does ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical horizontalAlign=left mx:RadioButton id=one label=one / mx:RadioButton id=two label=two /

[flexcoders] RadioButtons in DataGrid

2006-12-05 Thread Roman Protsiuk
Hi. I'm trying to use RadioButtons in DataGrid to select some row. One of data entries that populate DataGrid is already selected. Say we've got dataProvider of entries {someData : Object, selected : Boolean}. One of entries has selected == true others are false. The DataGrid itself is in