Flex Chronicles #19: DataGrid columnsChanged
Tuesday, June 20th, 2006I was building this component to work with the DataGrid. It needs to to really “understand” the DataGrid, and part of that is being very intimate with how the DataGrid’s columns work. This is an array that holds DataGridColumns. These give data on how to draw the grid. The component needed [...]