See, I want make a custom component inherited from DataGrid, I make a new component and choose it parent as default DataGrid. Everything works fine except I can not edit the column property like the way DataGrid did. The original DataGrid column property can be designed visually.
Even more I can not add more columns in mxml, can only achieve it by coding.