We are using CellFormatter for the fields having combo box as an editor. When we edit that cell, and select some other value from combo box then after clicking out side that record, it shows old formatted cell value.
We found that record which is provided in the format method of CellFormatter is not the one having edited values. Also the Object value parameter also does not contains edited value always.
I have also tried using CellEditValueFormatter, but still having same problem.
Please provide some solution for this.
Also there is one more problem, when we sort such fields, it does not sort by the display value.
We found that record which is provided in the format method of CellFormatter is not the one having edited values. Also the Object value parameter also does not contains edited value always.
I have also tried using CellEditValueFormatter, but still having same problem.
Please provide some solution for this.
Also there is one more problem, when we sort such fields, it does not sort by the display value.
Comment