Categories | Question details Back To List | ||
how to clear a particular cell in a grid How can we clear a particular cell in a grid after a wrong input has been given to the cell and a corresponding alert has been displayed? Answer posted by Support on Jul 25, 2008 02:37 You can set value of any cell as grid.cells(i,j).setValue(value); where i - id of row j - index of column value - value which need to be set |