Current Cell
- How to programmatically position the current cell.
- How to change the outlining frame for the current cell?
- When the user clicks on a cell it switches into edit-mode. Is there some way to make cells static?
- How can I disable a cell so that the user cannot click into these cells at all. Also when the user navigates through the grid these cells shall be skipped.
- What is the method you recommend for disabling user input and use the grid only for output.
- How can I change the behavior of the grid when the user clicks into a cell. For example, I want the cells to switch into edit mode as soon as the user clicks anywhere in the cell
- How can I programmatically deactivate the current cell and store pending changes in the grid?