I am using a popup window to set values in a column. I can set the value and see the change, but setting the “wasChanged” flag produced no effect - the row style doesn’t change visually and when I save the data, the value is not saved to database. Here is the code, which is inside the handler of “onRowDblClicked”:
Thank you for the tip - setUpdated() works (but “wasChanged=true” doesn’t).
Another issue I am facing is: when I populate a cell in the grid by clicking on the popup calendar window, the cell value is first set, but then when I click the mouse any where,
(1) On IE7, that value disappears and the cell becomes empty.
(2) On Firefox, that value also disappears, but the old value comes back.
I can manually edit other cells without similar problem. I return “true” from the “onClick” handler of calendar.
My question is: how do I make the new value stay in the cell?