Re: grid label for not sortable column

2011-12-03 Thread chpasha
omg. such a stupid mistake. the css file was guilty for making non-sortable columns invisible. When trying to select column headers to look at html code I noticed that the columns headers where hidden (white text on white background) . lol, what a shame -- View this message in context: http://ta

Re: grid label for not sortable column

2011-12-03 Thread chpasha
thank you for taking time to check this. But I don't see them as long as sortable(false) is called. Changing to sortable(true) DEFINITELY solves the problem. I will try to reproduce the behavior with simple example. P.S. why do you use this: ? my template looks like -- View this message in co

Re: grid label for not sortable column

2011-12-03 Thread derkoe
chpasha wrote > > Hi all, I'm migrating to 5.3 from 5.2 and experience a problem showing > column label for not sortable columns. Here is my BeanModel Code > > private BeanModel createAndConfigureGridModel() { > BeanModel model = > beanModelSource.createDisplayModel(Evaluation.class, mes

Re: grid label for not sortable column

2011-12-03 Thread chpasha
nobody knows the answer or nobody can reproduce this? -- View this message in context: http://tapestry.1045711.n5.nabble.com/grid-label-for-not-sortable-column-tp5041541p5044242.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---