Announcement

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

    Headerspan drag/reorder

    Is there a work around for headerspan drag/reorder.
    Code:
    See com.smartgwt.client.widgets.grid.HeaderSpan for many properties that allow the control of the appearance of headerSpans. Note that headerSpans are created via the AutoChild pattern, hence you can change the Smart GWT component being used, or any of it's properties. 
    
    [b]Neither headerSpans themselves nor the fields within them may be drag reordered, but other unspanned headers may be. 
    [/b]

    #2
    You could build some kind of external interface, such as a pop-up dialog, that allows the user to reorder things then applies the changes via setFields() and setHeaderSpans().

    Comment


      #3
      Update?

      Has this issue been fixed in any of the recent releases or are there plans to add this feature to any upcoming releases?
      Last edited by gopalkesavan; 10 Jan 2013, 13:18. Reason: typo

      Comment


        #4
        Drag reorder of headerSpans, or fields spanned by a header span is not currently supported and there are no immediate plans to add support for this.

        If this feature is important to you, it would be eligible for feature sponsorship. Otherwise you can always build a separate UI to allow the user to reorder spans and spanned fields as suggested above

        Regards
        Isomorphic Software

        Comment

        Working...
        X