I've trued the following code to clear the column fixing state during page postback, but it seems the grid still have somewhere remember the last fixing state.
Behaviors.ColumnFixing.ColumnSettings.Clear()
Hello eable,
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
Hi eable,
You are clearing the column settings. These control how the columns interact with column fixing, but are not actually fixed. You need to call
Behaviors.ColumnFixing.FixedColumns.Clear()
regards,
David Young