How to set a value in a column that is edited.
Hi,
When the user edits a column value , i am doing some manipulations and i want to reset the same column value which was edited.Well the grid hangs after setting the value due to the following code grid.getCellTemplate(column, row).refresh();. I doubt that the refresh method causes the grid to hang(in the sense you will not be allowed to edit the columns). Please provide me with ideas to fix this or please get me some thoughts about setting all the editable columns to blank without making the grid to hang.
Thanks,
Muthuswamy.S
When the user edits a column value , i am doing some manipulations and i want to reset the same column value which was edited.Well the grid hangs after setting the value due to the following code grid.getCellTemplate(column, row).refresh();. I doubt that the refresh method causes the grid to hang(in the sense you will not be allowed to edit the columns). Please provide me with ideas to fix this or please get me some thoughts about setting all the editable columns to blank without making the grid to hang.
Thanks,
Muthuswamy.S
Muthuswamy.S
November 15,