PDA

View Full Version : Grid select



markstaylor
05-30-2009, 09:10 AM
Two questions.

1. I have the cell 0,1 set to focus on page show, but you still need to select it to start typing. Is there a option to have the cell in "Edit" mode?

2. When in a cell typing and the user clicks the save button in the project, what was being typed in the cell is not saved. If they tab out or press enter or click another cell it is saved. Is there a command to save the data in the "edit" mode?

MicroByte
05-30-2009, 11:22 AM
1. I have the cell 0,1 set to focus on page show, but you still need to select it to start typing. Is there a option to have the cell in "Edit" mode?


use SendKeys or one of various Mouse dll examples found on the forum to send the mouse click to the cell



2. When in a cell typing and the user clicks the save button in the project, what was being typed in the cell is not saved. If they tab out or press enter or click another cell it is saved. Is there a command to save the data in the "edit" mode?

i would think this is standard behaviour for almost all editgrid type objects