Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-03-30 Thread Shing Hing Man
Thanks! Shing --- Thiago HP <[EMAIL PROTECTED]> wrote: > On 3/29/08, Thiago HP <[EMAIL PROTECTED]> wrote: > > Adding the following to your app.properties will > do the trick: > > rowNo= > > Ooops, that should be rowNo-label= > > -- > Thiago > > --

Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-03-30 Thread Thiago HP
On 3/29/08, Thiago HP <[EMAIL PROTECTED]> wrote: > Adding the following to your app.properties will do the trick: > rowNo= Ooops, that should be rowNo-label= -- Thiago - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-03-30 Thread Adam Zimowski
You can have a blank label in grid column header, just override the default property label in page properties: beanModel.add("rowNo", null); rowNo-label= -adam On Sat, Mar 29, 2008 at 10:59 AM, ryanskow <[EMAIL PROTECTED]> wrote: > > > It can be useful, however, to have a blank heading for col

Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-03-29 Thread Thiago HP
On 2/2/08, Shing Hing Man <[EMAIL PROTECTED]> wrote: > beanModel.add("rowNo", null).label(" "); > > This resulted in the following exception. > I could use css to make the label non-visible. > Is there a more elegant way of having a blank column > header. Adding the following to your app.pro

Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-03-29 Thread ryanskow
It can be useful, however, to have a blank heading for columns which may be icons such as edit/delete. It doesn't hurt to have a heading for such columns, but sometimes it is nice to be able to save some horizontal real-estate by utilizing an icon to replace the text. Howard Lewis Ship wrote

Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-02-02 Thread Howard Lewis Ship
The label is also used by BeanEditor and individual fields when composing error messages. On Feb 2, 2008 12:16 PM, Shing Hing Man <[EMAIL PROTECTED]> wrote: > Hi, > > In the Grid component, I added a custom column with > a > blank label. > > beanModel.add("rowNo", null).label(" "); > > This re