Hi,
Whenever i perform the following actions, the grid is not getting updated/refreshed with the new values. instead it shows the old values / blank grid.
1. SETTING VALUES IN THE GRID USING JAVASCRIPT
2. SETTING CELL TYPES USING JAVASCRIPT
Also how to new rows, in my case, The newly added row should have the cell types of its previous row , as in my case i wont be defining the column types but will define the cell type.
Request your help with CODE SAMPLES