Problem with Cell Editor
Hi,
I have a table and one of the columns take a decimal value....for this I have a custom cell editor and a renderer.
But once I try to enter some value into that field and then resize/drag the column headers, the value entered is getting reset to the old value.
So I added a mouse listener on the header and when mouse presses, I am doing a stopCellEditing(). This is working, but the same problem is seen when the dialog containing this table is resized i.e if I enter some value in that column and then resize the dialog containing this table..the entered value is getting reset to the older value.
Can somebody suggest me on this. I also tried to add focus listener to that decimalTextFiedcomponent and upon focus lost, I am calling stopCellEditor..but this is not working...
Thanks
scsc

