Hi,
I can dispatch an event (custom) from a cellrenderer
dispatchEvent({type:"enableCommit",bb2:siteSelected.selected});
how can I add an event listener to the dataGridColumn or DataGrid to
capture that event then trigger a function call?
I thought this would work (the datagrid id is statusGrid):
statusGrid.addEventListener("enableCommit",test);
Where test is the name of the function to call and this is set in the
initialize of the parent.
Regards,
Iain

