Announcement

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

    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?

    #2
    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

    Comment


      #3
      HeaderSpan.setName(..) is now present in the latest nightly.

      Comment

      Working...
      X