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
>
>
--
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
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
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
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
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
Hi,
In the Grid component, I added a custom column with
a
blank label.
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.
Thanks in advance for any