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]
Comment