Posted 17 June 2020, 9:18 am EST
Is there a way to make alignment properties of a flexgrid column to be different to its columnFooters? For example, the column needs to be center-aligned but its footer needs to be left-aligned. What I’ve done so far is, first, set the align property of the column to center, then, grid.columnFooters.columns[0].align = ‘left’. However, it also changes the align property of the column to ‘left’. Thanks in advance.