Friends, I am wanting to create a custom datagrid. how should i go about doing this? What are the things that need to kept in mind while developing a flex component? The DataGrid should be able to
1. Display the data 2. Specify the renderer 3. sorting on columns 4. visibility of columns I know this can be achieved using <mx:DataGrid /> or <mx:AdvancedDataGrid />, but the aim is to create a GenericDataGrid, on similar lines to JTable in Java. Help on this would be appreciated?
