Hi, I have a DataGrid, binded to Database table, I need to get content of selected row in DataGrid, for example, I want to show in MessageBox content of selected row.
Example of DataGrid:
ID Name Domain
464 Alex Math
646 Jim Biology
So if I select second row, my MessageBox has to show something like: «646 Jim Biology».
Thanks.