Hi guys, I'm new here.
I wonder if you could help me out. I have a datagridview bounding datatable that has several exspression columns. What should I do in order to propagate changes in those exspression columns to the datagridview before i change current record.
Because, now, when I change bound column that is used in expression nothing will happen in datagridview cell showing that expression, at least not before I switch to the next record.
I would like to see the changes immediatelly after I change one of the columns that is used in a expression.
I think that it should not be so difficult, but it seems that I cannot find solution by myself.
Thnx.