datagrid

  • Thread starter Thread starter J
  • Start date Start date
J

J

on datagrid, I do not want users to change anything at every cell, but I do need
to record if user pressed 'enter' key, 1 or 2 at each cell, any ideas?
Thanks in advance.
 
J,

I would add additional Fields to record the Key strokes and save the last
Key in those fields. The fields where you save the key stroke would not be
visible (ie Width=0)
Over-ride the Set Column value so that after the key, the original value is
re-displayed but the key stroke is saved in the next (or previous cell).

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top