Have grid with client-side data binding that works but i can't swapColumns.
I tried grid.get_masterTableView().hideColumn(index); and showColumn(index) works fine.
But when i try:
grid.get_masterTableView().swapColumns(col1UniqueName, Col2UniqueName);
does nothing.
I have UniqueName set on both columns.
Am i missing some ClientSettings.
i tried ClientSettings->AllowColumnsReorder=true and still didn't work.
using: version 2008.3.1125.20
I tried grid.get_masterTableView().hideColumn(index); and showColumn(index) works fine.
But when i try:
grid.get_masterTableView().swapColumns(col1UniqueName, Col2UniqueName);
does nothing.
I have UniqueName set on both columns.
Am i missing some ClientSettings.
i tried ClientSettings->AllowColumnsReorder=true and still didn't work.
using: version 2008.3.1125.20