Expand my Community achievements bar.

acessing values of rows an cols of selected cell in olapDataGrid

Avatar

Level 1
I can't obtain the values of row and column at intersection
of a selected cell in an olapDataGrid.

I only obtain actually indexes of row an col as shown below :

private function itemClickEvent(event:ListEvent):void {

trace(event.columnIndex);

trace(event.rowIndex);

}

can you help me ?
0 Replies