All
I have a component that has multiple tabs and I have one DataSource. I would like to update objects from my server into the one DataSource and then have each tab maintain it's down ListGrid with the setDataSource set to the one dataSource. Then I can apply multiple filters on each tab so view events.
Is this possible? At the moment I have tried to setup one DataSource object and pass that to a list grid. But when I call addData on the DataSource object the listGrid is not showing the updated record.
I have a component that has multiple tabs and I have one DataSource. I would like to update objects from my server into the one DataSource and then have each tab maintain it's down ListGrid with the setDataSource set to the one dataSource. Then I can apply multiple filters on each tab so view events.
Is this possible? At the moment I have tried to setup one DataSource object and pass that to a list grid. But when I call addData on the DataSource object the listGrid is not showing the updated record.