I have a datagrid and within that datagrid I have 3 columns, 2 of which receive the information from a database and the third one is typed by the user inside those columns I have several rows, what I want to do is that when I select a row that data shows me in 3 textbox which 2 are blocked and the third is where the value is typed, for the moment I have that you select any cell and gives me the value of that cell in a textbox but I do not need that.