1. When I bind a arraylist directly to flexgrid.datasource, and then add items in arraylist they are not visible, but when I reset it i.e flexgrid.datasource = null; flexgrid.refresh(); flexgrid.datasource = arraylist; flexgrid.refresh(); it shows added item but problem is that it adds a fixed colunm...