How to change the value of the unbound column when the other column is edited
The unbound column is using valueconverter
I got it working
But I need to go to different cell and come back to the changed cell
How to avoid this?
How can I get row number
That doesnt work I have already tried that
You can call .Refresh() in off the unbound cell in the CellExitEditMode off the grid. This will force the cell to update it's value.
grid.Rows[0].Cells["UnboundColumnKeyName"].Refresh();