Voyd
9 Dec 2011, 1:54 PM
Hi, I am currently working with a grid. My user has a need to programmaticaly move a column of the grid based on a button click. To solve this, I found -
grid.headerCt.move(2, 1);
Now, I am concerned that this is some sort of hack that won't update well. I can't find headerCt anywhere in the 4 docs, and that concerns me. Can someone point me in the direction of the documentation for headerCt, or was it just something ripped from the DOM and not meant for public use.
Cheers.
grid.headerCt.move(2, 1);
Now, I am concerned that this is some sort of hack that won't update well. I can't find headerCt anywhere in the 4 docs, and that concerns me. Can someone point me in the direction of the documentation for headerCt, or was it just something ripped from the DOM and not meant for public use.
Cheers.