RE: [flexcoders] Re: datagrid checkboxes getting checked dynamically

2006-10-26 Thread Tracy Spratt
: datagrid checkboxes getting checked dynamically That did the trick! Many thanks! I knew there must be a way to give the checkbox the boolean data but couldn't see it. Thanks again. Is it because the checkbox is expecting a Boolean and getting text? That would be my guess. What does it do

[flexcoders] Re: datagrid checkboxes getting checked dynamically

2006-10-26 Thread iko_knyphausen
: Wednesday, October 25, 2006 4:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datagrid checkboxes getting checked dynamically That did the trick! Many thanks! I knew there must be a way to give the checkbox the boolean data but couldn't see it. Thanks again. Is it because

[flexcoders] Re: datagrid checkboxes getting checked dynamically

2006-10-26 Thread ben.clinkinbeard
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack OMelia Sent: Wednesday, October 25, 2006 4:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datagrid checkboxes getting checked dynamically That did the trick

[flexcoders] Re: datagrid checkboxes getting checked dynamically

2006-10-26 Thread Jack OMelia
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack OMelia Sent: Wednesday, October 25, 2006 4:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datagrid checkboxes getting checked dynamically That did the trick! Many thanks! I

[flexcoders] Re: datagrid checkboxes getting checked dynamically

2006-10-25 Thread ben.clinkinbeard
Is it because the checkbox is expecting a Boolean and getting text? That would be my guess. What does it do if you change the code to: mx:CheckBox id=ckBoxBusCharge selected='{data.cdrBusinessCharge == true}' / ? --- In flexcoders@yahoogroups.com, Jack OMelia [EMAIL PROTECTED] wrote: Hi All,

[flexcoders] Re: datagrid checkboxes getting checked dynamically

2006-10-25 Thread Jack OMelia
That did the trick! Many thanks! I knew there must be a way to give the checkbox the boolean data but couldn't see it. Thanks again. Is it because the checkbox is expecting a Boolean and getting text? That would be my guess. What does it do if you change the code to: mx:CheckBox