Re: T5: Customize Grid

2007-11-16 Thread Joshua Jackson
Thanks. It worked. :) On 11/16/07, Angelo Chen <[EMAIL PROTECTED]> wrote: > > not beanmodel but mode="department" > > then in the code: > > void pageLoaded() { >model = beanModelSource.create(Department.class, false, resources); >model.remove("id"); // remove ones not visible >

Re: T5: Customize Grid

2007-11-16 Thread Angelo Chen
not beanmodel but mode="department" then in the code: void pageLoaded() { model = beanModelSource.create(Department.class, false, resources); model.remove("id"); // remove ones not visible model.add("myNewField", null).label("New Field"); //add ur new column.

T5: Customize Grid

2007-11-15 Thread Joshua Jackson
Dear all, How do I customize the Grid component since if I use it as such: it will generate and display default list of data. I want to add one more column in the Grid with header Action Thanks in advance -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/