Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • smartgwt.dev
    replied
    HeaderSpan.setName(..) is now present in the latest nightly.

    Leave a comment:


  • mtus
    replied
    Ok I've found a solution. In case someone needs it - before invoking setHeaderSpans in grid class one must invoke setAttribute("name", "spanname") on HeaderSpan. Then setHeaderSpanTitle invocation works as expected

    Leave a comment:


  • mtus
    started a topic Dynamic HeaderSpan title

    Dynamic HeaderSpan title

    Hi. I've got a problem with HeaderSpan title change. There's a method in BaseGrid class named setHeaderSpanTitle which takes name of HeaderSpan and new title, but according to javadoc name argument should be the same as the name property of HeaderSpan - but there's no such a property!!!
    Is this a bug or am I missing something?
Working...
X