Hello,
When i call the method
CellRecord[] records = cubeGrid.getSelectedCells();
for (CellRecord cell : records) {
SC.logwarn(cell.getAttribute("myid"));
}
I get a null with 3.1. With 3.0 I get the value. Could you fix it please.
I use the nightly build 3.1p_2012-12-07.
Regards
When i call the method
CellRecord[] records = cubeGrid.getSelectedCells();
for (CellRecord cell : records) {
SC.logwarn(cell.getAttribute("myid"));
}
I get a null with 3.1. With 3.0 I get the value. Could you fix it please.
I use the nightly build 3.1p_2012-12-07.
Regards
Comment