You are correct - renderers do not support user interaction because they aren't really there - they are just painted by the skin.
Are you trying to display a popup when the user clicks on the table header? If so, there are other ways to do this. I can try to put together a quick example if it would help. G On Jan 5, 2011, at 2:30 PM, anton dos santos wrote: > Hi > I have a TableViewHeader that displays a ListButton, but the ListButon is > not usable. > I assume it is because the header is drawn by a "renderer" and not an > "editor". Right? > > Is it possible to have a working button or checkbox in a column's header ? > > Regards > Anton
