Here's my very simple code.  Note when I get to itemRenderer - I can't figure 
out the secret.

var newColumn6:DataGridColumn = new DataGridColumn();
                newColumn6.wordWrap = true;
                var emailBtn:Button = new LinkButton();
                emailBtn.label = 'Email Question';
                emailBtn.addEventListener("click", emailPopup);
                newColumn6.itemRenderer = ????;
                colarray.push(newColumn6); 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6020
Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to