Hi,
I have an issue with getEditedValue(row, col) on a cubegrid.
http://www.smartclient.com/smartgwt/...EditedCell(int, int)
It return me null in all cases (I have a rest datasource which show me record correctly).
Edition works fine too (blue cells are correct), getEditValue(row, col) works fine too, getRecord(row, col) and record.getAttribute("_value") also ...
But getEditedValue return always null, is their something that I've wrong ?
I tried with a simple cube grid with a custom rest data source.
Thx in advance.
Regards, Emilien.
1 : SmartClient Version: v8.3p_2013-03-13/PowerEdition Deployment (built 2013-03-13)
2 : Chromium Version 25.0.1364.160 Ubuntu 12.04 (25.0.1364.160-0ubuntu0.12.04.1)
I have an issue with getEditedValue(row, col) on a cubegrid.
http://www.smartclient.com/smartgwt/...EditedCell(int, int)
It return me null in all cases (I have a rest datasource which show me record correctly).
Edition works fine too (blue cells are correct), getEditValue(row, col) works fine too, getRecord(row, col) and record.getAttribute("_value") also ...
But getEditedValue return always null, is their something that I've wrong ?
I tried with a simple cube grid with a custom rest data source.
Thx in advance.
Regards, Emilien.
1 : SmartClient Version: v8.3p_2013-03-13/PowerEdition Deployment (built 2013-03-13)
2 : Chromium Version 25.0.1364.160 Ubuntu 12.04 (25.0.1364.160-0ubuntu0.12.04.1)
Comment