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
