PDA

View Full Version : sharing dataGrid data between difference MCs


fou99004
01-10-2007, 02:26 PM
I have a datagrid with data. The first row has a checkbox cellrenderer. I would like to share this data with a "template" view without having to get the data and pass it to my "template" view. Does anybody know of a good way to set up my data so that when I change it in either my template view or the datagrid view, it is actually changing it in only one location?

Thanks for the help.

Jason