DataGrid RowSelection

Ok. I've asked this question before, but with a DataGridView. I would like to know how to put the selected row inside a textbox once it is selected.


Answer this question

DataGrid RowSelection

  • nirbhay194133

    Hi,

    bind the column from the underling dataset you want to apear in the texbox to the textbox. If you bound your datagrid and your textbox to the same dataset the value in the textox will update with no code.

  • DataGrid RowSelection