User Profile

Collapse

Profile Sidebar

Collapse
James Roy
James Roy
Last Activity: Nov 18 '11, 01:09 PM
Joined: Nov 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi guys,

    I found something that solved my problem, I hope it is helpfull for u too.
    I used the code below

    datagridview.ed itingcontrol.to string.substrin g(datagridview. editingcontrol. tostring.indexo f(":") + 1)

    and that code return the string i wanted to get.
    See more | Go to post

    Leave a comment:


  • James Roy
    started a topic How to get datagrid cell value while typing in it?
    in .NET

    How to get datagrid cell value while typing in it?

    Hi all,
    I have a datagrid and one specific column is editable. I want while i am typing in one of the cells of this column when i press a Function key (Example F7) to get what i have write. Till now i get an empty string because the cell is empty for the datagrid cause the cellendedit has not fired. I tried the ProcessCmdKey event to catch the F7 and still i get the empty string. For example i write the word Marl in the cell and then i press...
    See more | Go to post
No activity results to display
Show More
Working...