J
JJ
In a datagrid, I can get the cell row/col where the focus was moved to using
the CurrentCellChanged event. But I need to find out what row (if any) the
focus was in prior to moving - how can I do that?
What I'm trying to accomplish with this is to have a button display in a
cell, but only on the "current" row. When a new row becomes the current
row, I want the button to become invisible on the row that previously had
the focus (if any).
the CurrentCellChanged event. But I need to find out what row (if any) the
focus was in prior to moving - how can I do that?
What I'm trying to accomplish with this is to have a button display in a
cell, but only on the "current" row. When a new row becomes the current
row, I want the button to become invisible on the row that previously had
the focus (if any).