attachFooter and move Colums

attachFooter and move Colums



Hello,



we use dhtmlxGrid Version2.1 Prof.



In our apllication there’s a grid including an attached footer.

Our problem is when a column is moved the footer does not move too - but an attached footer does.

How does it works?

Sorry, but its not clear from your question, what do you mean by “footer does not move”, can you please provide screen where incorrect behavior visible (you can post it here, or send directly to support@dhtmlx.com )

Normally, moveColumn operation affects all headers and footers which grid has on moment of command execution.
Beware that moved column must not be involved in any col|row-spans. Grid will be not able process moving correctly, if source or target column is a part of col|row-span.