Question
how to change width/height of a single(particular) cell of datagrid in as3?
Hi,
datagrid.rowHeight/datagrid.columnWidth property allows you to change height/width of all the cells. But how can i change size of only particular/selected cells?
There is also datagrid.columns[1].width=500; property.... but is there anything for particulat cell selection?
