R
Randy
I have a DataTable in a DataGrid on a Windows form.
I have comboboxes in the first column, and that seems to work just fine.
The second column is for a money amount. The numeric dollar value doesn't
get saved to the cell until I hit <Enter> or tab to the next cell.
I'd really like to be able to detect each keystroke in the cell, so it would
be just like an Excel spreadsheet. I'd settle for the ability to save
whatever numbers are in the cell with a button press - like when I hit my
Save button.
Any thoughts are appreciated...
Randy
I have comboboxes in the first column, and that seems to work just fine.
The second column is for a money amount. The numeric dollar value doesn't
get saved to the cell until I hit <Enter> or tab to the next cell.
I'd really like to be able to detect each keystroke in the cell, so it would
be just like an Excel spreadsheet. I'd settle for the ability to save
whatever numbers are in the cell with a button press - like when I hit my
Save button.
Any thoughts are appreciated...
Randy