I would debug your array collection by listening to the collection change
event and see if your bindable objects are dispatching propertychange
events. If not, I think you may have to use getter and setter functions
when setting the property to get propertychange event to trigger.

On Wednesday, April 29, 2015, mark goldin [via Apache Flex Users] <
[email protected]> wrote:

> I have a model class that is marked as [Bindable]. This model has an
> ArrayCollection that becomes a dataProvider for a DataGrid after data has
> arrived. I have a checkbox in a column that supposed to be checked when
> data.makeCheckBoxeSeleted is true. I have a button that on click
> sets data.makeCheckBoxeSeleted for all rows to true, but checkboxes in the
> grid dont become selected. Any idea?
>
> Thanks
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-flex-users.2333346.n4.nabble.com/Binding-is-not-working-tp10217.html
>  To start a new topic under Apache Flex Users, email
> [email protected]
> <javascript:_e(%7B%7D,'cvml','ml-node%[email protected]');>
> To unsubscribe from Apache Flex Users, click here
> <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=a2V2aW4uZ29kZWxsQGdtYWlsLmNvbXwxfDI1MDE5NDgwNQ==>
> .
> NAML
> <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




-----
.
--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Binding-is-not-working-tp10217p10218.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to