creating cell renderer (it's called item renderer now) in Flex 2 is a snap, search the manual for "item renderer".

most of the time you would just need something like this:

<mx:List  itemRenderer=" mx.controls.CheckBox" dataProvider="[1,2,3]"/>

see if it works.

Jeremy.


On 6/15/06, Chaitu Vadlapatla < [EMAIL PROTECTED]> wrote:

Hi,

   Is there a check Cell renderer class for FLEX. I am trying to insert check boxes into one of my columns in the datagrid and control the rows depending on whether the checkboxes have been selected or not.

Thanks

Chaitu

 


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to