Is there a graceful way to have the cell selection skip over locked cells? I can put the edit box where I want it with a SETSELECTED message in the callback function for SELCHANGE, but the grid doesn't scroll to make the new selection visible.
The visibility problem seems to always affect SETSELECTED. I modified the demo to set a particular cell when the escape key is pressed and it doesn't scroll either. Tabbing to the next column does make the row visible.
Any help will be appreciated.
Fran
The visibility problem seems to always affect SETSELECTED. I modified the demo to set a particular cell when the escape key is pressed and it doesn't scroll either. Tabbing to the next column does make the row visible.
Any help will be appreciated.
Fran
Comment