I've tried to add column filtering to the inmethod datagrid by creating a new class ChoiceFilteredPropertyColumn which extends the new class FilteredPropertyColumn, which extends the inmethod PropertyColumn and implements the new interface IFilteredColumn. In other words, I've merged two sets of classes: the column classes of the inmethod datagrid package and the filtered columns that come with wicket extensions.

For some reason however, this isn't working yet. At first I thought that the classes themselves weren't working properly. But then I saw that the filters ARE included in the HTML. They simply don't show up on the website itself. And I can't figure out why. I didn't see any style="display:none" or anything obvious like that. Does anybody have any pointers that I could look for? (I'd love to include some code, but it's rather bulky and I have no idea what portion to include to be helpful.)

Regards,
Linda

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to