When I bind local data to the grid using the dataSource property the grid does not seem to react to changes to the dataSource. For example if I bind to dataSource:="data" it works, but when data is updated, the changes are not reflected in the grid. How do I get it to react to changes? Thanks!