Jump to content

Recommended Posts

Posted
I need read data from datagrid.
I found solution with sending {TAB} and "^c" - copy text to clipboard, but my application cover "^c" and always send text from first column of current row.
 
is any solution for my work.
 
My ideas:
1) replace "^c" with standard putting current selected text to clipboard 
2) maybe I can use library System.Windows.Forms.dll for managing datagrid
3) maybe is some other way to copy values from cells
4) application has offline/local datasource - maybe I can read data directly from source
 
Give me some advice where to go?
 
Regards

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...