posted 21 years ago
Hi,
I have a table in which one column is editable. When I press the save button, I need to take the values in for each cell and do some validations and send data to the database.
For the last edited cell, I am not getting the value that is there is on the screen. It is showing the value just before the most recent change.
I don't know how to trick the UI to think that I left that cell when I press the button.
-- rambo