I have a dojo datagrid which cells I will like to change at will depending on changes in user choice. The store used for the grid is populated from multiple database tables. This particular feature is very central to the application I am working on as there are a lot of calculations which results affects other cells in the grid.
I figure it will be something like get the grid, get the row based on an index and then get the cell by name. However I have not been able to figure how to do this.