[flexcoders] Re: itemeditor checkboxes not updating properly

2006-11-27 Thread ben.clinkinbeard
Hello, judging from your screenshot, my last comment holds true. You'll need to build some sort of collection based on what was selected in the first tab, and then programmatically add columns to the DataGrid in the second tab based on that collection. You may want to use the show event of the

[flexcoders] Re: itemeditor checkboxes not updating properly

2006-11-27 Thread michrx7
Ben, Yes I am checking during the show event of the second tab, but my issue is how I build the collection. At that point I could bind it to the datagrid, loop through the columns property and adjust as needed, but my problem is in building the collection. I just posted a new topic asking for

[flexcoders] Re: itemeditor checkboxes not updating properly

2006-11-27 Thread michrx7
Ben, thanks at this point I am successfully building the datagrid with checkboxes in the appropriate columns and everything is updating properly when checked. Thank you for all your help. -Mike --- In flexcoders@yahoogroups.com, michrx7 [EMAIL PROTECTED] wrote: Ben, Yes I am checking