Darch,
I would avoid using our ids as not part of the public interface they may change from one version to another.
You may exploit the
updateRow method (DynaGrid extends AbstractWidget) to change other rows during an onVisualUpdate or, during the first onVisualUpdate per each row, associate an id to the element you need to reach later
HTH