Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
830
Select Value in XamDataGrid
posted

Good morning everyone.

 I have three columns in a XamDataGrid "IDSoggetto", "Name" Surname ".
 I need to know the value of IDSogetto when I click on a cell. For example, if I click on the "Name" I want to know about the IDSoggetto.
 with the code:
object MyValue = xamDataGrid.ActiveCell.Value
the cell value I have selected but I need the value of its staff to the field IDSoggetto.

 Sorry for not correct English.