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
 
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.
 
Back
Top