in a grid WindowsForm use this code to store a value in a cell.
if (dgBase.ActiveRow.IsDataRow && dgBase.ActiveRow.IsFilterRow == false) { mIdScadenzaSelezionata = (int)dgBase.ActiveRow.Cells[DpScadenzarioTs.FLD_IdScadenza].Value; }as you do with the WPF grid?
sorry my english.
I'm glad you found the answer!
Thanks!
Resolved:
e)
{
// Check to make sure the selected Record is a DataRecord
)
// Cast the record passed in as a DataRecord
)e.Record;
// Display the selected Records values in the appropriate
// editor
].Value.ToString();