Hello all,
Is there a method to unpin all columns, similar to ClearGroupByColumns to ungroup all columns? I'm currently using this:
foreach
(var column in Grid.DisplayLayout.Bands[0].Columns)
{
column.Header.Fixed = false
}
but it just seems like there should be a better way. Thanks.
Thanks Mike.
Nope, you have to loop.
But you should Submit a feature request to Infragistics.