G
Guest
I have a DataGrid (DG) and adjacent TextBoxes (TB) that are all bound to the
cells of the DG. If you move the DG row left indicator (arrowhead) the TB's
update to agree with the row of the DG. All this is done with the
CurrentCellChanged() event
However, if I sort a DG column (allowsorting == true), the TB's don't
update with the new data of that sorted row (I have to reselcted a different
row to rebind). So, when I sort a DG column, the TB still show the data for
that previous row location
How can I solve problem?
Steve
cells of the DG. If you move the DG row left indicator (arrowhead) the TB's
update to agree with the row of the DG. All this is done with the
CurrentCellChanged() event
However, if I sort a DG column (allowsorting == true), the TB's don't
update with the new data of that sorted row (I have to reselcted a different
row to rebind). So, when I sort a DG column, the TB still show the data for
that previous row location
How can I solve problem?
Steve