Hello all,
How in the world do I retrieve a value from a specific column within the selected row of a datagrid.
So i have a datagrid that display roughly 10 columns of data. Selection mode is set to FullRow "I would really prefer to keep it that way" So how do select a row hit a button and the populate a textbox with whatever value is in say column 4 of that selected row?
Seems such an easy task yet so hard to figure out....
How in the world do I retrieve a value from a specific column within the selected row of a datagrid.
So i have a datagrid that display roughly 10 columns of data. Selection mode is set to FullRow "I would really prefer to keep it that way" So how do select a row hit a button and the populate a textbox with whatever value is in say column 4 of that selected row?
Seems such an easy task yet so hard to figure out....