Question
Multiple instances of a View
Hello,
I have a view which is bound to a model (static instance as usual with Cairngorm). So far so good.
Now I would like to have a view which would contain the above one multiple times. The problem is that because the model bound to each view is static, if I modify one view, all the other ones get modified too.
To be more specific, the View in question is a Chart. And the View that contains multiple Charts is a Dashboard.
How can I workaround this ?
Regards
I have a view which is bound to a model (static instance as usual with Cairngorm). So far so good.
Now I would like to have a view which would contain the above one multiple times. The problem is that because the model bound to each view is static, if I modify one view, all the other ones get modified too.
To be more specific, the View in question is a Chart. And the View that contains multiple Charts is a Dashboard.
How can I workaround this ?
Regards
