Getting the string in a currentCell in dataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,

i have a datagrid and i want to deal with the string that enter on a
currentCell after each KeyPress and data entering, the problem is that while
i'm still at the same cell i get that the string is "" till i'll move to the
next cell and then i will get the string.
how can i get the string after each keypress?

thank you
 
Hi Gidi,

Which event are you using ? KeyPress ? try KeyUp event.

Peter
 
i tried the current cell changed event, the problem is not the event, the
problem is that while i'm still at the same cell the data at the same cell is
empty "".
my problem is to catch the data while i'm still at the same cell.
 

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