Hi, I'm having issues with getting the sorting to work with the complex column headers. I have a custom column header consisting of a pane with two rows with some labels and images.
I know the issue is with the column header, because when I remove the GRIDCOLNode.setTextwidth(0) and click on the left part of the column header the sorting works. I've tried assigning an actionListener to the pane/row of the new column header, setting the .setWithfocusevent(true), but since no value is changing inside them no event is triggered.
Is there any way to make this work?
Kind regards,
Georgi
|