Hi,
for example, I got an array like this:
public var receptionListInfo:Array = [
{customerID:"S0000001",receiveDate:"2006/10/20 10:00:00",route:"FAX",
receptionPerson:"Alvin"},
{customerID:"S0000001",receiveDate:"2006/10/20 09:00:00",route:"TEL",
receptionPerson:"Edison"},
{customerID:"A0000002",receiveDate:"2006/10/28 10:00:00",route:"TEL",
receptionPerson:"Kelvin"}];
I can set the DataGrid's dataProvider by the receptionListInfo
(Array), I got the DataGrid that it's 3rows and 5columns. Now you can
found that in the customerID_Column, two cells' data are sameness.
The DataGrid already has some features that are Excel-like
including locking of rows, sorting, resizeable columns. I want that
The two small cells combined to make a large one. It means that the
customerID_Column has 2rows, the others have 3rows. Besides that the
DataGrid can add the colum or the row by the mouseFocus.
What do you think? It's impossible? Have any ways to solve it?
I uploaded the graph in the
http://tech.groups.yahoo.com/group/flexcomponents/files/
the name is grid.png.
Thank you,
Aedis,Ju