Current Cell
- How can I modify the horizontal space between the grid line and the cell text in an edit cell or any other cell type?
- How can I ensure that the current active cell is valid and stored when the user wants to close the document?
- Is there a virtual that I can override to change the appearance of the current cell?
- How can I outline the current row with a border?
- How can I synchronize the current cell among views (e.g. when I have dynamic splitter view)?
- When the user clicks in a specific cell, I want the focus to be automatically moved to the neighboring cell. How can I do this?
- Is there a reason why OnEndEdit() is called even though the cell neither has been edited nor has gone into "edit mode"?
- How to force the TAB and RETURN key to move to next valid cell, even if it means to next row.
- I have derived a class from CGXEditControl and added a message handler for WM_CHAR messages. However, I am not able see the first character entered by the user. What is necessary to process the first character?
- When navigating through the grid with arrows keys, the new current cell is not refreshed.